Add Arc4 cipher class draft implementation

This commit is contained in:
hashlag
2025-09-16 23:46:24 +03:00
parent 2c21ffea0d
commit e21e36db87
3 changed files with 90 additions and 2 deletions

View File

@@ -15,6 +15,7 @@ set(ChaosTests_SOURCE Hash/Md4HasherTests.cpp
Hash/Md5HasherTests.cpp
Mac/HmacTests.cpp
Cipher/Arc4GenTests.cpp
Cipher/Arc4CryptTests.cpp
Service/SeArrayTests.cpp)
add_executable(ChaosTests ${ChaosTests_SOURCE})