Add SHA1 draft implementation
All checks were successful
ChaosTest CI / build-and-test (push) Successful in 34s

This commit is contained in:
hashlag
2026-01-06 04:13:31 +03:00
parent 5d09391339
commit fc2f100f0c
3 changed files with 500 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ FetchContent_MakeAvailable(googletest)
set(ChaosTests_SOURCE Hash/Md4HasherTests.cpp
Hash/Md5HasherTests.cpp
Hash/Sha1HasherTests.cpp
Mac/HmacTests.cpp
Cipher/Arc4GenTests.cpp
Cipher/Arc4CryptTests.cpp