mbedtls/include
Manuel Pégourié-Gonnard 9b7a93cf1f poly1305: adjust parameter order
This module used (len, pointer) while (pointer, len) is more common in the
rest of the library, in particular it's what's used in the CMAC API that is
very comparable to Poly1305, so switch to (pointer, len) for consistency.
2018-05-10 13:23:02 +02:00
..
mbedtls poly1305: adjust parameter order 2018-05-10 13:23:02 +02:00
.gitignore
CMakeLists.txt