commit | adc32c0b507e706b076b0978d63d8c5d99cbd474 | [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 24 13:37:31 2018 +0200 |
tree | 0b3f8d98300caa685fd5cda3cfa1db56465ff486 | |
parent | bd92062269997a882e6214360da21307fc0bae9b [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