Function halo2_backend::plonk::keygen::keygen_vk

source ยท
pub fn keygen_vk<C, P>(
    params: &P,
    circuit: &CompiledCircuit<C::Scalar>
) -> Result<VerifyingKey<C>, Error>
where C: CurveAffine, P: Params<C>, C::Scalar: FromUniformBytes<64>,
Expand description

Generate a VerifyingKey from an instance of CompiledCircuit.