aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/crypto/curve25519-hacl64.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* curve25519: replace fiat64 with faster hacl64Jason A. Donenfeld2018-02-011-0/+751
| | | | | This reverts commit da4ff396cc5d5e0ff21f9ecbc2f951c048c63fff and adds some optimizations to hacl64.
* curve25519: replace hacl64 with fiat64Jason A. Donenfeld2018-02-011-739/+0
| | | | | | | | | | For now, it's faster: hacl64: 109782 cycles per call fiat64: 108984 cycles per call It's quite possible this commit will be reverted with nice changes from INRIA, though.
* curve25519: import 64-bit hacl-star implementationJason A. Donenfeld2018-01-181-0/+739