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/include/mbedtls/error.h b/include/mbedtls/error.h index ace0c47..feeda79 100644 --- a/include/mbedtls/error.h +++ b/include/mbedtls/error.h
@@ -77,6 +77,7 @@ * SHA256 1 0x0037-0x0037 * SHA512 1 0x0039-0x0039 * CHACHA20 1 0x003B-0x003B + * POLY1305 1 0x0041-0x0041 * * High-level module nr (3 bits - 0x0...-0x7...) * Name ID Nr of Errors