aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/crypto/zinc/selftest/blake2s.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* global: rename include'd C files to be .cJason A. Donenfeld2018-10-061-0/+2095
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>