pub type CommitmentWithOpeningPoints<Challenge, Commitment, Domain> = CommitmentOpening<Challenge, Commitment, Domain>;Expand description
Compatibility name for the named verification claim.
Aliased Type§
pub struct CommitmentWithOpeningPoints<Challenge, Commitment, Domain> {
pub commitment: Commitment,
pub matrices: Vec<MatrixOpening<Challenge, Domain>>,
}Fields§
§commitment: CommitmentCommitment whose matrices are opened, in commitment order.
matrices: Vec<MatrixOpening<Challenge, Domain>>Claims for each matrix, in the order supplied to commit.