This commit is contained in:
Sebastian Meßmer 2015-05-16 01:20:49 +02:00
parent ef7097a299
commit 7bb40517f9

View File

@ -7,6 +7,7 @@
namespace blockstore {
namespace encrypted {
//TODO Does EncryptionKey::GenerateRandom() use a PseudoRandomGenerator? Would be better to use real randomness.
using EncryptionKey = FixedSizeData<CryptoPP::AES::MAX_KEYLENGTH>;
}