aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/crypto/zinc/chacha20/chacha20-x86_64-glue.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* crypto: test all SIMD combinationsJason A. Donenfeld2018-10-061-0/+3
|
* global: rename include'd C files to be .cJason A. Donenfeld2018-10-061-0/+102
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>