libgocryptfs/internal/cryptocore
Jakob Unterwurzacher b96e3ee271 tlog: stop embedding log.Logger to prevent mistakes
A few places have called tlog.Warn.Print, which directly
calls into log.Logger due to embedding, losing all features
of tlog.

Stop embedding log.Logger to make sure the internal functions
cannot be called accidentially and fix (several!) instances
that did.
2018-02-28 09:02:18 +01:00
..
cryptocore.go tlog: stop embedding log.Logger to prevent mistakes 2018-02-28 09:02:18 +01:00
cryptocore_test.go macos: make testing without openssl work properly 2017-07-14 23:22:15 +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: add urandom + randprefetch benchmarks 2017-08-16 18:33:00 +02:00
randprefetch_test.go cryptocore: add urandom + randprefetch benchmarks 2017-08-16 18:33:00 +02:00
randsize_test.go cryptocore: add urandom + randprefetch benchmarks 2017-08-16 18:33:00 +02:00