From 495e458c258faeffd07e338845bddd89b7137ded Mon Sep 17 00:00:00 2001 From: Sebastian Messmer Date: Fri, 10 Apr 2015 00:57:10 +0200 Subject: [PATCH] TODOs --- implementations/encrypted/EncryptedBlock.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/implementations/encrypted/EncryptedBlock.cpp b/implementations/encrypted/EncryptedBlock.cpp index 5b40ffc1..ba6bbc49 100644 --- a/implementations/encrypted/EncryptedBlock.cpp +++ b/implementations/encrypted/EncryptedBlock.cpp @@ -8,6 +8,8 @@ using CryptoPP::AES; using std::make_unique; +//TODO not only encryption, but also hmac + namespace blockstore { namespace encrypted {