mirror of
https://github.com/logos-storage/constantine.git
synced 2026-01-02 13:13:07 +00:00
* fp square noasm split from non-4 non-6 limbs fallback (40% speedup)
* optimized cofactor clearing for BLS12-381 G2
* Support jacobian isogenies and point_add on isogenies
* fuse addition and isogeny map
* {.noInit.} and sparseMul
* poly_eval_horner init
* dedicated invsqrt + cleanup square root file
* hash to field: reduce copy overhead and don't return arrays
* h2c isogeny jacobian reuse pow 3 precomputed value
* Fix sqrt bench
Sage scripts
This folder holds sage scripts:
- for automating curve configuration
- Cofactor determination
- Frobenius precomputations
- Scalar docomposition for endomorphism acceleration
- Pairing parameters for naive implementation (ate and final exponent)
- Square-root parameters for naive implementation.
- for test vectors against a reference implementation.