diff options
author | lloyd <[email protected]> | 2013-12-31 19:01:37 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2013-12-31 19:01:37 +0000 |
commit | c0ce45696f6d00e7496634c233410d264d0e9d42 (patch) | |
tree | 35392692a6cc59b00ed6d4b7d71c5619889f034e /checks/tests.h | |
parent | 7ec00d6a7bfe94f628a6c5118f3a0e8ed7938f99 (diff) |
Make eax_test example (which reads LTC's EAX test file) an actual
test. Update to new AEAD api. Currently requires boost_regex (for
tests only), done via hardcoding in makefile template.
Diffstat (limited to 'checks/tests.h')
-rw-r--r-- | checks/tests.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/checks/tests.h b/checks/tests.h index db92a5d3d..e1f59c501 100644 --- a/checks/tests.h +++ b/checks/tests.h @@ -37,6 +37,7 @@ size_t test_transform(); // One off tests size_t test_ocb(); +size_t test_eax(); size_t test_keywrap(); size_t test_bcrypt(); size_t test_passhash9(); |