Trait snarkvm_polycommit::data_structures::PCPreparedCommitment[][src]

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

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

Required methods

Prepare

Implementors