libgocryptfs/internal/cryptocore
Jakob Unterwurzacher d2be22a07f cryptocore: remove lastNonce check
This check would need locking to be multithreading-safe.
But as it is in the fastpath, just remove it.
rand.Read() already guarantees that the value is random.
2017-06-07 23:08:43 +02:00
..
cryptocore.go cryptocore: improve comments and add tests for hkdfDerive 2017-05-27 14:41:20 +02:00
cryptocore_test.go Add -forcedecode 2017-04-23 23:11:56 +02:00
hkdf.go cryptocore: improve comments and add tests for hkdfDerive 2017-05-27 14:41:20 +02:00
hkdf_test.go cryptocore: improve comments and add tests for hkdfDerive 2017-05-27 14:41:20 +02:00
nonce.go cryptocore: remove lastNonce check 2017-06-07 23:08:43 +02:00