summaryrefslogtreecommitdiffhomepage
path: root/src/crypto/zinc/chacha20/chacha20.c
AgeCommit message (Expand)Author
2020-04-14crypto: do not export symbolsJason A. Donenfeld
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-02chacha20: split chacha20_ctx into unionJason A. Donenfeld
2018-10-02crypto: add missing static keyword to fpu init functionsJason A. Donenfeld
2018-10-02crypto: document what's used from <crypto/ beside #includeJason A. Donenfeld
2018-10-02crypto: WARN_ON in module_init if selftest failsJason A. Donenfeld
2018-10-02chacha20: feed fpu functions PAGE_SIZE at a timeJason A. Donenfeld
2018-10-02chacha20: test multiple page span in selftestJason A. Donenfeld
2018-09-25crypto: rename DEBUG to SELFTESTJason A. Donenfeld
2018-09-25hchacha20: keep in native endian in wordsJason A. Donenfeld
2018-09-21chacha20-arm: go with Ard's version to optimize for Cortex-A7Jason A. Donenfeld
2018-09-20global: put SPDX identifier on its own lineJason A. Donenfeld
2018-09-20crypto: explicitly dual licenseJason A. Donenfeld
2018-09-20chacha20: prefer crypto_xor_cpy to avoid memmoveJason A. Donenfeld
2018-09-18chacha20: add independent self testJason 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-17crypto: pass simd by referenceJason A. Donenfeld
2018-09-16crypto: make MITJason A. Donenfeld
2018-09-12chacha20: add constant for words in blockJason A. Donenfeld
2018-09-03crypto: import zincJason A. Donenfeld