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