jf_pcs::univariate_kzg

Type Alias UnivariateKzgBatchProof

Source
pub type UnivariateKzgBatchProof<E> = Vec<UnivariateKzgProof<E>>;
Expand description

batch proof

Aliased Typeยง

struct UnivariateKzgBatchProof<E> { /* private fields */ }