Type Definition ark_poly_commit::ipa_pc::PreparedVerifierKey[][src]

type PreparedVerifierKey<G> = VerifierKey<G>;

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

Trait Implementations

impl<G: AffineCurve> PCPreparedVerifierKey<CommitterKey<G>> for PreparedVerifierKey<G>[src]

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

prepare PreparedVerifierKey from VerifierKey