Add DES key schedule pre-draft implementation

This commit is contained in:
hashlag
2026-01-14 01:31:26 +03:00
parent 7f9430e0e6
commit 5e35462667
3 changed files with 201 additions and 0 deletions

View File

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