Trait snarkvm_polycommit::data_structures::PCPreparedVerifierKey[][src]

pub trait PCPreparedVerifierKey<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