aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/crypto/zinc/selftest/curve25519.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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/+1319
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>