Module kzg_amortized

Module kzg_amortized 

Source

Structs§

KZGAmortized
Implementation of the Feist-Khovratovich technique of “Fast Amortized KZG proofs”.
KZGBatchProof
KZGCommitment
KZGKey
KZGKey represents the universal parameters, AKA reference string, for both committing polynomials and verifying commitments
KZGPreparedData
KZGPreparedData will create a polynomial to commit to by interpolating the dataset. Instead of the evaluations occuring at [0,1,…,n-1] they instead occur at [0,w,w^2,…w^n-1]. w is the n-th root of unity
KZGProof

Enums§

KZGError