diff options
author | lloyd <[email protected]> | 2013-03-14 18:02:26 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2013-03-14 18:02:26 +0000 |
commit | 261a665b1be34f07d5012eed5f6090fd85dd8479 (patch) | |
tree | 612220e3d21a6f6b92ba06837b87b6dbd5b4f0f9 /checks/validate.cpp | |
parent | 35c5cbed2ebe0eb72e2ff665b78a9027d17c19ec (diff) |
Add OCB mode, currently encrypt only, and an AEAD interface
Diffstat (limited to 'checks/validate.cpp')
-rw-r--r-- | checks/validate.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/checks/validate.cpp b/checks/validate.cpp index 48bc6bd87..55af920cd 100644 --- a/checks/validate.cpp +++ b/checks/validate.cpp @@ -416,6 +416,8 @@ u32bit do_validation_tests(const std::string& filename, errors++; } + test_ocb(); + return errors; } |