libgocryptfs/internal/cryptocore
Jakob Unterwurzacher bb52937834 cryptocore: derive 512-bit key for AES-SIV
AES-SIV uses 1/2 of the key for authentication, 1/2 for
encryption, so we need a 64-byte key for AES-256. Derive
it from the master key by hashing it with SHA-512.
2016-10-04 00:16:56 +02:00
..
cryptocore_go1.4_test.go cryptocore: add support for GCM-SIV 2016-09-25 16:43:17 +02:00
cryptocore_go1.5_test.go cryptocore: add support for GCM-SIV 2016-09-25 16:43:17 +02:00
cryptocore_test.go cryptocore: add support for GCM-SIV 2016-09-25 16:43:17 +02:00
cryptocore.go cryptocore: derive 512-bit key for AES-SIV 2016-10-04 00:16:56 +02:00
gcm_go1.4.go Rename internal "toggledlog" package to "tlog" 2016-06-15 23:30:44 +02:00
gcm_go1.5.go Major refactoring: Split up "cryptfs" into several internal packages 2016-02-06 19:22:35 +01:00
nonce.go Rename internal "toggledlog" package to "tlog" 2016-06-15 23:30:44 +02:00