summaryrefslogtreecommitdiffstatshomepage
path: root/src/crypto/curve25519.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* curve25519: add AVX implementationJason A. Donenfeld2017-03-191-23/+56
* curve25519: do everything on the stackJason A. Donenfeld2017-01-151-171/+0
* Update copyrightJason A. Donenfeld2017-01-101-1/+1
* global: move to consistent use of uN instead of uintN_t for kernel codeJason A. Donenfeld2016-12-111-212/+212
* headers: cleanup noticesJason A. Donenfeld2016-11-211-1/+1
* curve25519: use kmalloc in order to not overflow stackexperimental-0.0.20161110Jason A. Donenfeld2016-11-101-89/+260
* c89: the static keyword is okay in c99, but not in c89Jason A. Donenfeld2016-11-051-7/+7
* Rework headers and includesJason A. Donenfeld2016-09-291-1/+1
* selftest: move to subfolderJason A. Donenfeld2016-08-021-64/+1
* c: specify static array size in function paramsJason A. Donenfeld2016-08-021-7/+7
* curve25519: unneeded zeros variableJason A. Donenfeld2016-07-071-2/+0
* tests: make fatalJason A. Donenfeld2016-06-251-2/+3
* Initial commitJason A. Donenfeld2016-06-251-0/+1304