summaryrefslogtreecommitdiff
path: root/include/mbedtls/poly1305.h
Commit message (Expand)AuthorAge
* Fix include file pathGuHaijun2018-12-28
* Minor improvements to ChaCha20/Poly1305/ChaChaPoly documentationHanno Becker2018-12-18
* Add documentation on parameter preconditions to ChaChaPoly modulesHanno Becker2018-12-18
* Deprecate hardware acceleration errorsRon Eldor2018-11-09
* Allow to forward declare of public structs #1215Dawid Drozd2018-07-24
* Fix a few typosManuel Pégourié-Gonnard2018-06-18
* Fix typo in documentationManuel Pégourié-Gonnard2018-06-04
* Add ifdef for selftest in header fileManuel Pégourié-Gonnard2018-05-24
* Add some error codes and merge othersManuel Pégourié-Gonnard2018-05-24
* Add FEATURE_NOT_AVAILABLE error codes.Manuel Pégourié-Gonnard2018-05-24
* poly1305: adjust parameter orderManuel Pégourié-Gonnard2018-05-24
* Update documentation to match new guidelines.Manuel Pégourié-Gonnard2018-05-24
* Rename poly1305_setkey() to poly1305_starts()Manuel Pégourié-Gonnard2018-05-24
* Add missing extern "C" guard to new headersManuel Pégourié-Gonnard2018-05-24
* Adapt the _ALT style to our new standardManuel Pégourié-Gonnard2018-05-24
* Allow some parameters to be NULL if the length is 0.Daniel King2018-05-24
* Add Poly1305 authenticator algorithm (RFC 7539)Daniel King2018-05-24