Expand description
Crate wide constants.
Constants§
- The number of input wires.
- The number of multiplication selectors.
- The number of TurboPlonk selectors.
Functions§
- Compute constants K0, K1, …, K_{
num_wire_types
-1} so that cosets {Ki * H} are disjoint, each coset |Ki * H| =coset_size
.coset_size
is optional, when provided, will accelerate constants searching.