binius_core::poly_commit::tensor_pcs

Type Alias VCSProofs

source
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 */ }