Expand description
halo2_proofs
proof system
Modules§
- strategy
- Verifier strategy
- transcript
- Transcripts implemented with both
halo2_proofs::transcript
andcrate::util::transcript
.
Structs§
- Config
- Configuration for converting a
VerifyingKey
ofhalo2_proofs
intoPlonkProtocol
.
Functions§
- compile
- Convert a
VerifyingKey
ofhalo2_proofs
intoPlonkProtocol
. - transcript_
initial_ state - Returns the transcript initial state of the VerifyingKey. Roundabout way to do it because VerifyingKey doesn’t expose the field.