From e15796f73845da69b42b3576cecd7319a7517a51 Mon Sep 17 00:00:00 2001 From: Sebastian Messmer Date: Tue, 10 Nov 2015 19:11:04 -0800 Subject: [PATCH] TODOs --- crypto/kdf/DerivedKeyConfig.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/crypto/kdf/DerivedKeyConfig.h b/crypto/kdf/DerivedKeyConfig.h index 10c3a39b..94109957 100644 --- a/crypto/kdf/DerivedKeyConfig.h +++ b/crypto/kdf/DerivedKeyConfig.h @@ -9,6 +9,9 @@ namespace cpputils { + //TODO Test Copy/move constructor and assignment + //TODO Test operator==/!= + class DerivedKeyConfig { public: DerivedKeyConfig(Data salt, uint64_t N, uint32_t r, uint32_t p)