summaryrefslogtreecommitdiffhomepage
path: root/src/crypto/curve25519.c
AgeCommit message (Expand)Author
2017-09-16compat: ensure we can build without compat.hJason A. Donenfeld
2017-06-25curve25519: keep certain sandy2x functions in CJason A. Donenfeld
2017-06-24curve25519: satisfy sparse and use short typesJason A. Donenfeld
2017-06-24main: annotate init/exit functions to save memoryJason A. Donenfeld
2017-06-12random: wait for random bytes when generating nonces and ephemeralsJason A. Donenfeld
2017-05-31curve25519: add NEON versions for ARMJason A. Donenfeld
2017-05-31curve25519: align the basepoint to 32 bytesJason A. Donenfeld
2017-05-31curve25519: actually, do some things on heap sometimesJason A. Donenfeld
2017-03-30curve25519: protect against potential invalid point attacksJason A. Donenfeld
2017-03-24curve25519: 128-bit integer != x86_64Jason A. Donenfeld
2017-03-20curve25519: do dispatcher in C instead of asm, since shlx is haswell onlyJason A. Donenfeld
2017-03-19curve25519: add AVX implementationJason A. Donenfeld
2017-01-15curve25519: do everything on the stackJason A. Donenfeld
2017-01-10Update copyrightJason A. Donenfeld
2016-12-11global: move to consistent use of uN instead of uintN_t for kernel codeJason A. Donenfeld
2016-11-21headers: cleanup noticesJason A. Donenfeld
2016-11-10curve25519: use kmalloc in order to not overflow stackJason A. Donenfeld
2016-11-05c89: the static keyword is okay in c99, but not in c89Jason A. Donenfeld
2016-09-29Rework headers and includesJason A. Donenfeld
2016-08-02selftest: move to subfolderJason A. Donenfeld
2016-08-02c: specify static array size in function paramsJason A. Donenfeld
2016-07-07curve25519: unneeded zeros variableJason A. Donenfeld
2016-06-25tests: make fatalJason A. Donenfeld
2016-06-25Initial commitJason A. Donenfeld