Function halo2_backend::plonk::keygen::keygen_pk
source ยท pub fn keygen_pk<C, P>(
params: &P,
vk: VerifyingKey<C>,
circuit: &CompiledCircuit<C::Scalar>
) -> Result<ProvingKey<C>, Error>where
C: CurveAffine,
P: Params<C>,
Expand description
Generate a ProvingKey
from a VerifyingKey
and an instance of CompiledCircuit
.