constantine/helpers
Mamy Ratsimbazafy 53f9708c2b
Initial support for Twisted Edwards curves (#167)
* Point decoding: optimized sqrt for p ≡ 5 (mod 8) (Curve25519)

* Implement fused sqrt(u/v) for twisted edwards point deserialization

* Introduce twisted edwards affine

* Allow declaration of curve field elements (and fight against recursive dependencies

* Twisted edwards group law + tests

* Add support for jubjub and bandersnatch #162

* test twisted edwards scalar mul
2021-12-29 01:54:17 +01:00
..
README.md 30% faster constant-time inversion 2020-03-20 23:03:52 +01:00
prng_unsafe.nim Initial support for Twisted Edwards curves (#167) 2021-12-29 01:54:17 +01: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.