pub type UnivariateKzgBatchProof<E> = Vec<UnivariateKzgProof<E>>;
Expand description
batch proof
Aliased Typeยง
struct UnivariateKzgBatchProof<E> { /* private fields */ }
pub type UnivariateKzgBatchProof<E> = Vec<UnivariateKzgProof<E>>;
batch proof
struct UnivariateKzgBatchProof<E> { /* private fields */ }