libgocryptfs/internal/cryptocore
Jakob Unterwurzacher 9837cb0ddc cryptocore: prefetch nonces in the background
Spawn a worker goroutine that reads the next 512-byte block
while the current one is being drained.

This should help reduce waiting times when /dev/urandom is very
slow (like on Linux 3.16 kernels).
2017-06-11 21:29:50 +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: prefetch nonces in 512-byte blocks 2017-06-09 22:05:14 +02:00
randprefetch.go cryptocore: prefetch nonces in the background 2017-06-11 21:29:50 +02:00
randprefetch_test.go cryptocore: prefetch nonces in 512-byte blocks 2017-06-09 22:05:14 +02:00