libcryfs/implementations/encrypted/ciphers
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
..
AES256_CFB.cpp Allow decryption interface to fail (needed for authenticated ciphers later) 2015-04-24 21:08:36 +02:00
AES256_CFB.h TODOs 2015-04-24 21:33:45 +02:00
AES256_GCM.cpp - Added test cases for authenticated ciphers 2015-04-24 23:58:24 +02:00
AES256_GCM.h Implemented AES256_GCM 2015-04-24 23:02:14 +02:00
Cipher.h Add Cipher concept 2015-04-24 21:30:54 +02:00