Rename PadPkcs7 --> PadderPkcs7.

This commit is contained in:
hashlag
2026-02-08 23:31:24 +03:00
parent 2a3185406b
commit 5baede0a1d
3 changed files with 16 additions and 16 deletions

View File

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