summaryrefslogtreecommitdiffstats
path: root/crypto/poly1305/poly1305.c
AgeCommit message (Expand)Author
2021-04-08Update copyright yearMatt Caswell
2021-04-08Use numbers definition of int128_t and uint128_tAmitay Isaacs
2019-10-16Add ChaCha related ciphers to default providerShane Lontis
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2018-12-06Following the license change, modify the boilerplates in crypto/poly1305/Richard Levitte
2018-05-11Use void in all function definitions that do not take any argumentsKurt Roeckx
2018-02-27Update copyright yearMatt Caswell
2018-02-24{ec/curve25519,poly1305/poly1305}.c: relax pedantic constraint.Andy Polyakov
2016-11-03Convert poly1305 selftest into internal testRichard Levitte
2016-06-30Convert memset calls to OPENSSL_cleanseMatt Caswell
2016-05-17Copyright consolidation 05/10Rich Salz
2016-05-16Use OPENSSL_hexchar2intRich Salz
2016-05-09fix tab-space mixed indentationFdaSilvaYY
2016-04-28various spelling fixesFdaSilvaYY
2016-04-25crypto/poly1305/asm: chase overflow bit on x86 and ARM platforms.Andy Polyakov
2016-04-04Revert "various spelling fixes"Rich Salz
2016-04-04various spelling fixesFdaSilvaYY
2016-04-04crypto/poly1305: don't break carry chains.Andy Polyakov
2016-03-29poly1305/asm/poly1305-x86.pl: don't loose 59-th bit.Andy Polyakov
2016-03-02poly1305/asm/poly1305-*.pl: flip horizontal add and reduction.Andy Polyakov
2016-02-10poly1305/poly1305.c: work around -Wshadow warnings with POLY1305_ASM.Andy Polyakov
2015-12-10Add reference ChaCha20 and Poly1305 implementations.Andy Polyakov