Rename Arc4 PRNG .hpp file appropriately

This commit is contained in:
hashlag
2025-08-26 00:01:37 +03:00
parent 1e6d964d26
commit b0f5367085
3 changed files with 4 additions and 4 deletions

View File

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