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 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>));