This commit is contained in:
Sebastian Messmer 2015-04-24 21:33:45 +02:00
parent 19e5f03de3
commit 6e28af3105

View File

@ -11,7 +11,6 @@
namespace blockstore {
namespace encrypted {
//TODO Add contract/interface for ciphers
class AES256_CFB {
public:
BOOST_CONCEPT_ASSERT((CipherConcept<AES256_CFB>));