Add the Arc4 PRNG draft implementation

This commit is contained in:
hashlag
2025-08-25 00:07:24 +03:00
parent 7bb7e32be8
commit e884ae7cd4
4 changed files with 486 additions and 1 deletions

View File

@@ -13,7 +13,8 @@ FetchContent_MakeAvailable(googletest)
set(ChaosTests_SOURCE Hash/Md4HasherTests.cpp
Hash/Md5HasherTests.cpp
Mac/HmacTests.cpp)
Mac/HmacTests.cpp
Cipher/Arc4Tests.cpp)
add_executable(ChaosTests ${ChaosTests_SOURCE})
target_link_libraries(ChaosTests gtest gtest_main)