Add tests for AES CBC (mainly important for custom AESNI implementation).

This commit is contained in:
EinMByte 2015-07-31 13:01:49 +02:00
parent 59e081f41e
commit 5d0b24d696
3 changed files with 213 additions and 2 deletions

View file

@ -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