Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-01 | curve25519: replace fiat64 with faster hacl64 | Jason A. Donenfeld | |
This reverts commit da4ff396cc5d5e0ff21f9ecbc2f951c048c63fff and adds some optimizations to hacl64. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | |||
2018-02-01 | curve25519: replace hacl64 with fiat64 | Jason A. Donenfeld | |
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. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | |||
2018-01-18 | curve25519: import 64-bit hacl-star implementation | Jason A. Donenfeld | |
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> |