Structs§
Functions§
- batch_
inversion - Montgomery batch inversion in a finite field Given a list of elements ( x_1, x_2, \dots, x_n ) from a finite field ( F ), Montgomery batch inversion computes the inverses ( x_1^{-1}, x_2^{-1}, \dots, x_n^{-1} ) as follows:
- compute_
challenge - Return the Fiat-Shamir challenge required to verify
blob
andcommitment
. - compute_
challenges_ and_ evaluate_ polynomial - compute_
powers - compute_
r_ powers - evaluate_
polynomial_ in_ evaluation_ form - Evaluates a polynomial in evaluation form at a given point
- safe_
g1_ affine_ from_ bytes - safe_
scalar_ affine_ from_ bytes - scalar_
from_ bytes_ unchecked - scalar_
from_ u64_ array_ unchecked - validate_
batched_ input - verify_
kzg_ proof_ impl