Trait snarkvm_wasm::PCPreparedVerifierKey[][src]

pub trait PCPreparedVerifierKey<Unprepared> where
    Unprepared: PCVerifierKey
{ fn prepare(vk: &Unprepared) -> Self; }
Expand description

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

Required methods

prepare

Implementors