Skip to content

Commit 28fd48d

Browse files
committed
Add testing of sha3 family
1 parent 08c94bb commit 28fd48d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/test_hmac.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,10 @@ int main()
222222
static_assert(immediate_test<boost::crypt::sha512_hasher>());
223223
static_assert(immediate_test<boost::crypt::sha512_224_hasher>());
224224
static_assert(immediate_test<boost::crypt::sha512_256_hasher>());
225+
static_assert(immediate_test<boost::crypt::sha3_224_hasher>());
226+
static_assert(immediate_test<boost::crypt::sha3_256_hasher>());
227+
static_assert(immediate_test<boost::crypt::sha3_384_hasher>());
228+
static_assert(immediate_test<boost::crypt::sha3_512_hasher>());
225229
#endif
226230

227231
return boost::report_errors();

0 commit comments

Comments
 (0)