constantine/helpers
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
..
README.md 30% faster constant-time inversion 2020-03-20 23:03:52 +01:00
prng_unsafe.nim Jacobian coordinates (#95) 2020-10-02 00:01:09 +02:00
static_for.nim Naive pairings + Naive cofactor clearing (#82) 2020-09-21 23:24:00 +02:00

README.md

Helpers, utilities, tools, miscellaneous

This folder holds helper functions that are not part of Constantine but facilitates testing and benchmarking.