summaryrefslogtreecommitdiffstats
path: root/crypto/ec/asm/x25519-x86_64.pl
AgeCommit message (Expand)Author
2019-09-16Unify all assembler file generatorsRichard Levitte
2018-12-06Following the license change, modify the boilerplates in crypto/ec/Richard Levitte
2018-07-17Fix typo in x25519-x86_64.plMat
2018-07-15ec/asm/x25519-x86_64.pl: add CFI directives and Windows SE handler.Andy Polyakov
2018-07-15ec/asm/x25519-x86_64.pl: fix base 2^64 add/sub and final reduction.Andy Polyakov
2018-03-01ec/asm/x25519-x86_64.pl: remove redundant carry chain.Andy Polyakov
2018-02-27crypto/ec/asm/x25519-x86_64.pl: close STDOUT, not $STDOUTRichard Levitte
2018-02-24ec/asm/x25519-x86_64.pl: fix up ADCX/ADOX fallback.Andy Polyakov
2018-02-21Add x25519-x86_64.pl module, mod 2^255-19 primitives.Andy Polyakov