TODOs
This commit is contained in:
parent
19e5f03de3
commit
6e28af3105
@ -11,7 +11,6 @@
|
|||||||
namespace blockstore {
|
namespace blockstore {
|
||||||
namespace encrypted {
|
namespace encrypted {
|
||||||
|
|
||||||
//TODO Add contract/interface for ciphers
|
|
||||||
class AES256_CFB {
|
class AES256_CFB {
|
||||||
public:
|
public:
|
||||||
BOOST_CONCEPT_ASSERT((CipherConcept<AES256_CFB>));
|
BOOST_CONCEPT_ASSERT((CipherConcept<AES256_CFB>));
|
||||||
|
Loading…
Reference in New Issue
Block a user