Trait snarkvm_wasm::PCPreparedCommitment[][src]

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

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

Required methods

Prepare

Implementors