Expand description
Structs§
- Coefficients
- polynomial coefficients form expression a_n-1 , a_n-2, … , a_0
- Commitment
- polynomial commitment expresses as affine coordinate
- Commitment
Key - Evaluation
Key - Evaluation Key is used to verify opening proofs made about a committed polynomial.
- Fft
- fft construction using n th root of unity supports polynomial operation less than n degree
- Points
Value - polynomial points-value form expression
- Proof
- Proof that a polynomial
p
was correctly evaluated at a pointz
producing the evaluated point p(z). - Witness
- witness for Kate polynomial commitment
Functions§
- batch_
inversion - batch inversion operation for prime field vectors
- msm_
curve_ addition - Performs a Variable Base Multiscalar Multiplication.
- powers_
of - power operation for prime field