0042ae1cef
- Implement FakeAuthenticatedCipher for use with specific EncryptedBlockStoreTest - Write skeleton for specific EncryptedBlockStoreTest - Fix behavior of AES256_CFB when called with too small input - Add testcase that all ciphers (also non-authenticating ones) have to handle too small input correctly
4 lines
85 B
C++
4 lines
85 B
C++
#include "FakeAuthenticatedCipher.h"
|
|
|
|
constexpr unsigned int FakeKey::BINARY_LENGTH;
|