Expand description
Halo2 (halo2-base) implementation of the chip_traits backend.
Pure delegation to the concrete chips so that the generic circuit-construction code assigns exactly the same advice cells as the original non-generic code.
Structsยง
- Halo2
Backend - Backend bundling the concrete halo2 chips and the circuit-building [
Context]. The transcript is created lazily byTranscriptInst::init_transcript, mirroringTranscriptChip::newat the start ofconstrained_verify.