Add SeArray<> draft implementation

This commit is contained in:
hashlag
2025-09-13 15:52:05 +03:00
parent e309ed5c28
commit 79a3b85903
3 changed files with 349 additions and 1 deletions

View File

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