Module halo2_backend::plonk::keygen
source · Expand description
This module
- creates the proving and verifying keys for a circuit
- crates a domain, constraint system, and configuration for a circuit
Functions§
- Generate a
ProvingKey
from aVerifyingKey
and an instance ofCompiledCircuit
. - Generate a
VerifyingKey
from an instance ofCompiledCircuit
.