aboutsummaryrefslogtreecommitdiff
path: root/include/mbedtls/poly1305.h
AgeCommit message (Expand)AuthorFilesLines
11 daysMove Mbed TLS crypto headersRonald Cron1-168/+0
2023-11-02update headersDave Rodgman1-13/+1
2023-01-11Switch to the new code styleGilles Peskine1-16/+15
2021-08-02Move MBEDTLS_ERR_xxx Doxygen comments before the definitionGilles Peskine1-1/+2
2021-06-28Replace all inclusions of config.hBence Szépkúti1-5/+1
2021-05-21Run MBEDTLS_PRIVATE wrapping script on the library.Mateusz Starzyk1-5/+6
2021-04-12Remove deprecated error codes. Some still remain - question asked in issue co...TRodziewicz1-8/+0
2020-08-19Update copyright notices to use Linux Foundation guidanceBence Szépkúti1-3/+1
2020-06-16Add Apache-2.0 headers to all source filesBence Szépkúti1-1/+2
2019-07-15Use mbedtls-based path for includesJaeden Amero1-1/+1
2019-01-31Merge development commit 8e76332 into development-psaAndrzej Kurek1-22/+27
2018-11-09Deprecate hardware acceleration errorsRon Eldor1-0/+6
2018-07-24Allow to forward declare of public structs #1215Dawid Drozd1-1/+1
2018-06-18Fix a few typosManuel Pégourié-Gonnard1-4/+4
2018-06-04Fix typo in documentationManuel Pégourié-Gonnard1-1/+1
2018-05-24Add ifdef for selftest in header fileManuel Pégourié-Gonnard1-0/+2
2018-05-24Add some error codes and merge othersManuel Pégourié-Gonnard1-0/+1
2018-05-24Add FEATURE_NOT_AVAILABLE error codes.Manuel Pégourié-Gonnard1-1/+2
2018-05-24poly1305: adjust parameter orderManuel Pégourié-Gonnard1-3/+3
2018-05-24Update documentation to match new guidelines.Manuel Pégourié-Gonnard1-52/+78
2018-05-24Rename poly1305_setkey() to poly1305_starts()Manuel Pégourié-Gonnard1-1/+1
2018-05-24Add missing extern "C" guard to new headersManuel Pégourié-Gonnard1-0/+8
2018-05-24Adapt the _ALT style to our new standardManuel Pégourié-Gonnard1-6/+6
2018-05-24Allow some parameters to be NULL if the length is 0.Daniel King1-0/+1
2018-05-24Add Poly1305 authenticator algorithm (RFC 7539)Daniel King1-0/+142