aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/crypto/zinc/curve25519/curve25519.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* crypto: clean up remaining .h->.cJason A. Donenfeld2018-10-071-2/+2
* crypto: test all SIMD combinationsJason A. Donenfeld2018-10-061-3/+4
* global: rename include'd C files to be .cJason A. Donenfeld2018-10-061-3/+3
* crypto: add missing static keyword to fpu init functionsJason A. Donenfeld2018-10-021-1/+1
* crypto: document what's used from <crypto/ beside #includeJason A. Donenfeld2018-10-021-1/+1
* crypto: WARN_ON in module_init if selftest failsJason A. Donenfeld2018-10-021-1/+1
* crypto: rename DEBUG to SELFTESTJason A. Donenfeld2018-09-251-1/+1
* crypto: make constant naming scheme consistentJason A. Donenfeld2018-09-251-18/+18
* global: put SPDX identifier on its own lineJason A. Donenfeld2018-09-201-2/+2
* crypto: explicitly dual licenseJason A. Donenfeld2018-09-201-1/+1
* crypto: allow for disabling simd in zinc modulesJason A. Donenfeld2018-09-181-1/+5
* crypto: turn Zinc into individual modulesJason A. Donenfeld2018-09-181-0/+28
* crypto: do not use -include trickJason A. Donenfeld2018-09-171-1/+5
* crypto: make MITJason A. Donenfeld2018-09-161-1/+1
* crypto: import zincJason A. Donenfeld2018-09-031-0/+83