diff options
author | lloyd <[email protected]> | 2013-12-05 02:09:41 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2013-12-05 02:09:41 +0000 |
commit | 9e4c7395029bb672d208c9c5cb2936ba397cbf20 (patch) | |
tree | 2545668dd8a16b5acc1d124b616668ebe67f0287 /checks/validate.cpp | |
parent | 7de7b04b3c9684dae02d069f04e33ad59129da1e (diff) |
Add SIV
Diffstat (limited to 'checks/validate.cpp')
-rw-r--r-- | checks/validate.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/checks/validate.cpp b/checks/validate.cpp index 606f3a2c3..48932f0e4 100644 --- a/checks/validate.cpp +++ b/checks/validate.cpp @@ -422,6 +422,7 @@ u32bit do_validation_tests(const std::string& filename, test_hkdf(); test_pbkdf(); test_kdf(); + test_aead(); } return errors; |