libgocryptfs/internal/cryptocore
Jakob Unterwurzacher 85c2beccaf stupidgcm: normalize constructor naming
New() -> NewAES256GCM()

Also add missing NewChacha20poly1305
constructor in without_openssl.go.
2021-09-07 18:15:04 +02:00
..
cryptocore.go stupidgcm: normalize constructor naming 2021-09-07 18:15:04 +02:00
cryptocore_test.go go mod: declare module version v2 2021-08-23 15:05:15 +02:00
hkdf.go Add partial XChaCha20-Poly1305 support (mount flag only) 2021-08-23 16:00:41 +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