aboutsummaryrefslogtreecommitdiff
path: root/crypto/poly1305/asm/poly1305-armv4.pl
AgeCommit message (Expand)AuthorFilesLines
2016-05-21Add OpenSSL copyright to .pl filesRich Salz1-1/+8
2016-04-25crypto/poly1305/asm: chase overflow bit on x86 and ARM platforms.Andy Polyakov1-5/+52
2016-04-04crypto/poly1305: don't break carry chains.Andy Polyakov1-26/+8
2016-03-11Fix some assembler generating scripts for better unificationRichard Levitte1-2/+2
2016-03-02poly1305/asm/poly1305-*.pl: flip horizontal add and reduction.Andy Polyakov1-9/+9
2016-03-02Consistently use arm_arch.h constants in armcap assembly code.David Benjamin1-1/+1
2016-02-23poly1305/asm/poly1305-armv4.pl: replace ambiguous instruction.Andy Polyakov1-2/+2
2016-02-13ARM assembly pack: add ChaCha20 and Poly1305 modules.Andy Polyakov1-0/+1216