39a8a413de
* Pasta curves field arithmetic * implement elliptic curve arith for the Pasta curves |
||
---|---|---|
.. | ||
README.md | ||
curves.sage | ||
derive_endomorphisms.sage | ||
derive_frobenius.sage | ||
derive_hash_to_curve.sage | ||
derive_pairing.sage | ||
derive_square_root.sage | ||
g2_params.sage | ||
square_root_bls12_377.sage | ||
testgen_scalar_mul.sage |
README.md
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.