constantine/constantine
Mamy André-Ratsimbazafy 10346d83a4
Benchmark: BigInt -> Montgomery conversion:
- shlAddMod (with assembly division) is already 4x slower than Montgomery Multiplication based.
- constant-time division will be even slower
- use montgomery-multiplication based conversion
2020-02-16 01:43:17 +01:00
..
config Add BLS12-381 curve: 2020-02-16 00:44:01 +01:00
elliptic reorganize the repo 2020-02-12 00:20:31 +01:00
io Add BLS12-381 curve: 2020-02-16 00:44:01 +01:00
math Benchmark: BigInt -> Montgomery conversion: 2020-02-16 01:43:17 +01:00
primitives Introduce alternate conversion to Montgomery Residue based on Montgomery Multiplication 2020-02-15 19:22:40 +01:00
signatures reorganize the repo 2020-02-12 00:20:31 +01:00