We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08c94bb commit 28fd48dCopy full SHA for 28fd48d
test/test_hmac.cpp
@@ -222,6 +222,10 @@ int main()
222
static_assert(immediate_test<boost::crypt::sha512_hasher>());
223
static_assert(immediate_test<boost::crypt::sha512_224_hasher>());
224
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>());
229
#endif
230
231
return boost::report_errors();
0 commit comments