mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-30 12:47:48 +02:00
Add tests for AES CBC (mainly important for custom AESNI implementation).
This commit is contained in:
parent
59e081f41e
commit
5d0b24d696
3 changed files with 213 additions and 2 deletions
|
@ -30,4 +30,4 @@ LIB_SRC := $(COMMON_SRC) \
|
|||
api.cpp
|
||||
|
||||
TESTS_SRC := $(COMMON_SRC) \
|
||||
tests/Utility.cpp tests/Identity.cpp tests/Base64.cpp
|
||||
tests/Utility.cpp tests/Identity.cpp tests/Base64.cpp tests/Crypto.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue