diff options
Diffstat (limited to 'cryptfs/nonce.go')
-rw-r--r-- | cryptfs/nonce.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cryptfs/nonce.go b/cryptfs/nonce.go index 0ba079b..9bdbb09 100644 --- a/cryptfs/nonce.go +++ b/cryptfs/nonce.go @@ -2,9 +2,9 @@ package cryptfs import ( "bytes" - "fmt" "crypto/rand" "encoding/hex" + "fmt" ) // Get "n" random bytes from /dev/urandom or panic |