aboutsummaryrefslogtreecommitdiff
path: root/src/Specific/X25519/C64/scalarmult.c
Commit message (Collapse)AuthorAge
* Add tight and loose bounds, no carry in add, subGravatar Jason Gross2017-10-22
| | | | | | | | Following Andres' suggestions to allow making ladderstep from other synthesis things. It went though mostly without a hitch, though there were a number of boilerplate changes needed.
* gmpsec.c: generic constant-time montgomery ladder implementation using ↵Gravatar Andres Erbsen2017-10-20
| | | | mpn_sec_* functions
* Add src/Specific/X25519/C32/compiler.sh, update ↵Gravatar Jason Gross2017-09-27
| | | | src/Specific/X25519/C64/scalarmult.c
* compile X25519 C code from MakefileGravatar Andres Erbsen2017-06-18