summaryrefslogtreecommitdiffhomepage
path: root/src/crypto/zinc/blake2s
AgeCommit message (Expand)Author
2019-03-27blake2s: remove outlen parameter from finalJason A. Donenfeld
2019-03-27blake2s: simplifySamuel Neves
2019-01-07global: update copyrightJason A. Donenfeld
2018-10-06crypto: test all SIMD combinationsJason A. Donenfeld
2018-10-06global: rename include'd C files to be .cJason A. Donenfeld
2018-10-03blake2s: always put a simd, even if not use()'dJason A. Donenfeld
2018-10-02global: change BUG_ON to WARN_ONJason A. Donenfeld
2018-10-02crypto: add missing static keyword to fpu init functionsJason A. Donenfeld
2018-10-02crypto: WARN_ON in module_init if selftest failsJason A. Donenfeld
2018-10-02blake2s: rename arch function and use slicker le32 helperJason A. Donenfeld
2018-10-02blake2s: feed fpu functions PAGE_SIZE at a timeJason A. Donenfeld
2018-10-02crypto: prefer IS_ENABLED to ifdefsJason A. Donenfeld
2018-09-25crypto: rename DEBUG to SELFTESTJason A. Donenfeld
2018-09-25crypto: make constant naming scheme consistentJason A. Donenfeld
2018-09-20global: put SPDX identifier on its own lineJason A. Donenfeld
2018-09-20crypto: explicitly dual licenseJason A. Donenfeld
2018-09-19blake2s: simplify final functionJason A. Donenfeld
2018-09-18crypto: allow for disabling simd in zinc modulesJason A. Donenfeld
2018-09-18crypto: turn Zinc into individual modulesJason A. Donenfeld
2018-09-17crypto: do not use -include trickJason A. Donenfeld
2018-09-16crypto: make MITJason A. Donenfeld
2018-09-10blake2s-x86_64: fix whitespace errorsJason A. Donenfeld
2018-09-04global: prefer sizeof(*pointer) when possibleJason A. Donenfeld
2018-09-03crypto: import zincJason A. Donenfeld