TODOs
This commit is contained in:
parent
ef7097a299
commit
7bb40517f9
@ -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>;
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user