pub type VCSProofs<P, VCSProof> = Vec<(Vec<Vec<P>>, VCSProof)>;
Type alias for a collection of VCS proofs for a batch of polynomials.
struct VCSProofs<P, VCSProof> { /* private fields */ }