diff options
Diffstat (limited to 'internal/nametransform/names_diriv.go')
-rw-r--r-- | internal/nametransform/names_diriv.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/nametransform/names_diriv.go b/internal/nametransform/names_diriv.go index d31a066..61e5bf0 100644 --- a/internal/nametransform/names_diriv.go +++ b/internal/nametransform/names_diriv.go @@ -8,16 +8,16 @@ import ( "strings" "sync" - "github.com/rfjakob/gocryptfs/internal/toggledlog" "github.com/rfjakob/gocryptfs/internal/cryptocore" + "github.com/rfjakob/gocryptfs/internal/toggledlog" ) const ( // identical to AES block size - dirIVLen = 16 + dirIVLen = 16 // dirIV is stored in this file. Exported because we have to ignore this // name in directory listing. - DirIVFilename = "gocryptfs.diriv" + DirIVFilename = "gocryptfs.diriv" ) // A simple one-entry DirIV cache |