Add PKCS#7 padding implementation.
All checks were successful
Chaos Ci / test-and-benchmark (push) Successful in 1m58s

This commit is contained in:
hashlag
2026-02-08 23:05:57 +03:00
parent 0647a7c3dc
commit 2a3185406b
3 changed files with 159 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ set(ChaosTests_SOURCE Hash/Md4HasherTests.cpp
Cipher/Arc4GenTests.cpp
Cipher/Arc4CryptTests.cpp
Cipher/DesCryptTests.cpp
Padding/PadPkcs7Tests.cpp
Service/SeArrayTests.cpp
Service/ChaosExceptionTests.cpp)