libcryfs/implementations/encrypted
Sebastian Messmer e056a65b48 - Added test cases for authenticated ciphers
- Fixed corner case for AES256_GCM when decrypt is called on data that can't hold IV and TAG
2015-04-24 23:58:24 +02:00
..
ciphers - Added test cases for authenticated ciphers 2015-04-24 23:58:24 +02:00
EncryptedBlock.cpp Factor out encryption algorithm from EncryptedBlockStore 2015-04-24 18:14:25 +02:00
EncryptedBlock.h Add Cipher concept 2015-04-24 21:30:54 +02:00
EncryptedBlockStore.cpp Factor out encryption algorithm from EncryptedBlockStore 2015-04-24 18:14:25 +02:00
EncryptedBlockStore.h Allow decryption interface to fail (needed for authenticated ciphers later) 2015-04-24 21:08:36 +02:00