Crate poly_commit

source ·
Expand description

Structs

  • polynomial coefficients form expression a_n-1 , a_n-2, … , a_0
  • polynomial commitment expresses as affine coordinate
  • fft construction using n th root of unity supports polynomial operation less than n degree
  • Kate polynomial commitment params used for prover polynomial domain and proof verification
  • polynomial points-value form expression
  • witness for Kate polynomial commitment

Enums

Functions