Expand description
This module implements short Weierstrass curve endomorphism optimised variable base scalar multiplication custom Plonk polynomials.
Structs§
- Endo
MulResult - The result of performing an endoscaling: the accumulated curve point and scalar.
- Endoscl
Mul - Implementation of the
EndosclMul
gate.
Functions§
- gen_
witness - Generates the
witness_curr
values for a series of endoscaling constraints.