aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/crypto/zinc/selftest/chacha20poly1305.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* chacha20poly1305: double check the sgmiter logic with testJason A. Donenfeld2019-12-061-8/+59
|
* chacha20poly1305: port to sgmitter for 5.5Jason A. Donenfeld2019-12-051-18/+9
| | | | | I'm not totally comfortable with these changes yet, and it'll require some more scrutiny. But it's a start.
* global: update copyrightJason A. Donenfeld2019-01-071-1/+1
|
* crypto: test all SIMD combinationsJason A. Donenfeld2018-10-061-4/+0
|
* global: rename include'd C files to be .cJason A. Donenfeld2018-10-061-0/+9038
This is done by 259 other files in the kernel tree: linux $ rg '#include.*\.c' -l | wc -l 259 Suggested-by: Sultan Alsawaf <sultanxda@gmail.com>