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

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

Trait Implementations§

source§

impl<E: Pairing> PCPreparedVerifierKey<VerifierKey<E>> for PreparedVerifierKey<E>

source§

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

prepare PreparedVerifierKey from VerifierKey