aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/crypto/zinc/blake2s/blake2s.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* crypto: test all SIMD combinationsJason A. Donenfeld2018-10-061-3/+4
* global: rename include'd C files to be .cJason A. Donenfeld2018-10-061-2/+2
* global: change BUG_ON to WARN_ONJason A. Donenfeld2018-10-021-13/+7
* crypto: add missing static keyword to fpu init functionsJason A. Donenfeld2018-10-021-1/+0
* crypto: WARN_ON in module_init if selftest failsJason A. Donenfeld2018-10-021-1/+1
* blake2s: rename arch function and use slicker le32 helperJason A. Donenfeld2018-10-021-9/+5
* crypto: rename DEBUG to SELFTESTJason A. Donenfeld2018-09-251-5/+5
* crypto: make constant naming scheme consistentJason A. Donenfeld2018-09-251-34/+34
* global: put SPDX identifier on its own lineJason A. Donenfeld2018-09-201-2/+2
* crypto: explicitly dual licenseJason A. Donenfeld2018-09-201-1/+1
* blake2s: simplify final functionJason A. Donenfeld2018-09-191-2/+8
* crypto: allow for disabling simd in zinc modulesJason A. Donenfeld2018-09-181-1/+5
* crypto: turn Zinc into individual modulesJason A. Donenfeld2018-09-181-1/+30
* crypto: do not use -include trickJason A. Donenfeld2018-09-171-1/+3
* crypto: make MITJason A. Donenfeld2018-09-161-1/+1
* global: prefer sizeof(*pointer) when possibleJason A. Donenfeld2018-09-041-1/+1
* crypto: import zincJason A. Donenfeld2018-09-031-0/+274