Type Definition ark_poly_commit::sonic_pc::PreparedVerifierKey [−][src]
type PreparedVerifierKey<E> = VerifierKey<E>;
Nothing to do to prepare this verifier key (for now).
Trait Implementations
impl<E: PairingEngine> PCPreparedVerifierKey<VerifierKey<E>> for PreparedVerifierKey<E>[src]
fn prepare(vk: &VerifierKey<E>) -> Self[src]
prepare PreparedVerifierKey from VerifierKey