pub type PreparedVerifierKey<G> = VerifierKey<G>;
Expand description

Nothing to do to prepare this verifier key (for now).

Trait Implementations§

source§

impl<G: AffineRepr> PCPreparedVerifierKey<CommitterKey<G>> for PreparedVerifierKey<G>

source§

fn prepare(vk: &VerifierKey<G>) -> Self

prepare PreparedVerifierKey from VerifierKey