commit | 5d77eaa2330d0c4d422fc01635256011bd3fa073 | [log] [tgz] |
---|---|---|
author | Daniel King <damaki.gh@gmail.com> | Mon May 16 18:25:45 2016 -0300 |
committer | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Thu May 10 13:20:52 2018 +0200 |
tree | bff3ff1985a02911ad7eb568e0d16e19393346fd | |
parent | 0fe7b5b8c5a97c633315b3d4a90bd40a7a9efa51 [diff] [blame] |
Add Poly1305 authenticator algorithm (RFC 7539) Test vectors are included from RFC 7539. Poly1305 is also added to the benchmark program.
diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt index 78bab7f..251b6c6 100644 --- a/library/CMakeLists.txt +++ b/library/CMakeLists.txt
@@ -48,6 +48,7 @@ pkwrite.c platform.c platform_util.c + poly1305.c ripemd160.c rsa.c rsa_internal.c