aboutsummaryrefslogtreecommitdiffstats
path: root/checks/validate.h
diff options
context:
space:
mode:
authorlloyd <[email protected]>2013-12-10 03:12:21 +0000
committerlloyd <[email protected]>2013-12-10 03:12:21 +0000
commit4874b0727843bba925bcd3b5c0659c5f1cb059d9 (patch)
tree0e946dde633162201396adb26eea165e74a6d779 /checks/validate.h
parentc6ad94933ec0d718414ba41b3c289b872c04017f (diff)
Add Threefish-512
Diffstat (limited to 'checks/validate.h')
-rw-r--r--checks/validate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/checks/validate.h b/checks/validate.h
index 48830619b..bb4114c3f 100644
--- a/checks/validate.h
+++ b/checks/validate.h
@@ -39,6 +39,7 @@ void test_hkdf();
void test_pbkdf();
void test_kdf();
void test_aead();
+void test_transform();
void run_tests_bb(std::istream& src,
const std::string& name_key,