Mamy Ratsimbazafy
|
4be89d309f
|
chore: remove stew/byteutils dependencies and unneeded imports
|
2023-01-12 20:25:57 +01:00 |
Mamy Ratsimbazafy
|
9770b3108c
|
Fp12 over fp6 (#201)
* introduce sumprod for direct fp6_mul
* change curves -> constants
* forgotten constants
* Full pairing using Fp2->Fp6->Fp12 towering
|
2022-08-14 09:48:10 +02:00 |
Mamy Ratsimbazafy
|
ffacf61e8a
|
Don't dump all in "backend" (#184)
* backend -> math
* towers -> extension fields
* move ISA and compiler specific code out of math/
* fix export
|
2022-02-27 01:49:08 +01:00 |
Mamy Ratsimbazafy
|
fe500a6a79
|
Productionize: move protocols top-level vs backend (#179)
* Productionize: move protocols top-level vs backend
* fix path
* import fix
* the last one
* benches as well
|
2022-02-21 01:04:53 +01:00 |
Mamy Ratsimbazafy
|
dc73c71801
|
Pairings optimizations (#178)
* bench for cyclotomic square, exp and rename cyclotomic exp + multipairings for BLS12-377
* refactor/unify lines and cyclotomic functions
* Add Karabina's compressed squaring
* Use compressed squarings in final exponentiation
* Weighted addchain for bn254_snarks
* Add new towering options and cost functions
* Rearrange bench summaries
* fix BW6-761
|
2022-02-20 20:15:20 +01:00 |
Mamy Ratsimbazafy
|
986245b5c1
|
Jacobian coordinates (#95)
* Add projective-> affine bench
* Add conditional copy and div2 benches
* Fp4 benchmarks
* Constant-time Jacobian addition
* Jacobian doubling
* Use a simpler Add+Dbl complete formula
* Update tests
* Fix conditional negate
* Rollaback complete addition, we were only handling curve coef a == 0
|
2020-10-02 00:01:09 +02:00 |