aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/crypto/curve25519-fiat32.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* curve25519: replace fiat64 with faster hacl64Jason A. Donenfeld2018-02-011-0/+838
| | | | | This reverts commit da4ff396cc5d5e0ff21f9ecbc2f951c048c63fff and adds some optimizations to hacl64.
* curve25519: replace hacl64 with fiat64Jason A. Donenfeld2018-02-011-838/+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-fiat32: uninline certain functionsJason A. Donenfeld2018-01-181-4/+4
| | | | | | | | | | | While this has a negative performance impact on x86_64, it has a positive performance impact on smaller machines, which is where we're actually using this code. For example, an A53: Before: fiat32: 228605 cycles per call After: fiat32: 188307 cycles per call
* curve25519: import 32-bit fiat-crypto implementationJason A. Donenfeld2018-01-181-0/+838