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/library/CMakeLists.txt b/library/CMakeLists.txt index 6177ca2..78bab7f 100644 --- a/library/CMakeLists.txt +++ b/library/CMakeLists.txt
@@ -13,6 +13,7 @@ blowfish.c camellia.c ccm.c + chacha20.c cipher.c cipher_wrap.c cmac.c