Trait ark_poly_commit::data_structures::PCPreparedCommitment[][src]

pub trait PCPreparedCommitment<UNPREPARED: PCCommitment>: Clone {
    fn prepare(comm: &UNPREPARED) -> Self;
}
Expand description

Defines the minimal interface of prepared commitments for any polynomial commitment scheme.

Required methods

prepare

Implementors

prepare PreparedCommitment from Commitment

Prepare commitment to a polynomial that optionally enforces a degree bound.

prepare PreparedCommitment from Commitment