| commit | a98ff5eadfc6dbbc4f5e0ecf1ac22ab81a877675 | [log] [tgz] |
|---|---|---|
| author | Daniel King <damaki.gh@gmail.com> | Sun May 15 17:28:08 2016 -0300 |
| committer | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Thu May 10 13:19:31 2018 +0200 |
| tree | 288acedff6bd00ba7480af1e4b3a491ad375bf3a | |
| parent | a331e0f0af56f127767ee9f3930ec7b387669851 [diff] [blame] |
Initial implementation of ChaCha20
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 16e19a9..1525bc2 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt
@@ -54,6 +54,7 @@ add_test_suite(blowfish) add_test_suite(camellia) add_test_suite(ccm) +add_test_suite(chacha20) add_test_suite(cipher cipher.aes) add_test_suite(cipher cipher.arc4) add_test_suite(cipher cipher.blowfish)