summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/curve25519.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* global: in gnu code, use un-underscored asmJason A. Donenfeld2018-03-021-1/+1
* tools: do not collide types with libc clashesJason A. Donenfeld2018-02-171-4/+10
* tools: endian.h is not portableJason A. Donenfeld2018-02-051-4/+9
* curve25519: replace fiat64 with faster hacl64Jason A. Donenfeld2018-02-011-3/+3
* curve25519: replace hacl64 with fiat64Jason A. Donenfeld2018-02-011-8/+3
* tools: dedup secret normalizationJason A. Donenfeld2018-01-311-7/+1
* tools: share curve25519 implementations with kernelJason A. Donenfeld2018-01-231-1539/+30
* curve25519-fiat32: uninline certain functionsJason A. Donenfeld2018-01-181-4/+4
* tools: import new curve25519 implementationsJason A. Donenfeld2018-01-181-1129/+1423
* global: year bumpJason A. Donenfeld2018-01-031-1/+1
* global: add SPDX tags to all filesGreg Kroah-Hartman2017-12-091-27/+3
* global: style nitsJason A. Donenfeld2017-10-311-105/+154
* Update copyrightJason A. Donenfeld2017-01-101-1/+1
* headers: cleanup noticesJason A. Donenfeld2016-11-211-1/+1
* c: specify static array size in function paramsJason A. Donenfeld2016-08-021-5/+5
* Initial commitJason A. Donenfeld2016-06-251-0/+1258