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 3803b8c..f93f59c 100644 --- a/cryptfs/nonce.go +++ b/cryptfs/nonce.go @@ -49,7 +49,7 @@ func (n *nonce96) Get() []byte { binary.BigEndian.PutUint64(r[4:12], n.low64) n.lock.Unlock() - debug.Printf("nonce96.Get(): %s\n", hex.EncodeToString(r)) + Debug.Printf("nonce96.Get(): %s\n", hex.EncodeToString(r)) return r } |