summaryrefslogtreecommitdiffstats
path: root/crypto/poly1305/poly1305.c
AgeCommit message (Expand)Author
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