aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/crypto/zinc/chacha20/chacha20-unrolled-arm.S (follow)
Commit message (Collapse)AuthorAgeFilesLines
* crypto: use new assembler macros for 5.5Jason A. Donenfeld2019-12-051-4/+4
|
* chacha20,poly1305: switch to perlasm originals on mips and armJason A. Donenfeld2018-11-141-0/+461
We also separate out Eric Biggers' Cortex A7 implementation into its own file.