updated build system
Some checks reported errors
BlockStorage/repertory/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
2024-08-31 08:46:51 -05:00
parent a15523c375
commit 72a0b653ba
11 changed files with 37 additions and 37 deletions

View File

@ -23,7 +23,7 @@
#if defined(PROJECT_ENABLE_LIBSODIUM)
namespace repertory {
namespace fifthgrid {
TEST(utils_hash, hash_type_sizes) {
EXPECT_EQ(32U, utils::encryption::hash_256_t{}.size());
EXPECT_EQ(48U, utils::encryption::hash_384_t{}.size());
@ -181,6 +181,6 @@ TEST(utils_hash, sha512) {
"5ac3bcc80844b7d50b1cc6603444bbe7cfcf8fc0aa1ee3c636d9e339",
hash.c_str());
}
} // namespace repertory
} // namespace fifthgrid
#endif // defined(PROJECT_ENABLE_LIBSODIUM)