pub type VCSProofs<P, VCSProof> = Vec<(Vec<Vec<P>>, VCSProof)>;
Expand description

Type alias for a collection of VCS proofs for a batch of polynomials.

Aliased Type§

struct VCSProofs<P, VCSProof> { /* private fields */ }