Expand description
Crate wide constants.
Constants§
- GATE_
WIDTH - The number of input wires.
- N_
MUL_ SELECTORS - The number of multiplication selectors.
- N_
TURBO_ PLONK_ SELECTORS - The number of TurboPlonk selectors.
Functions§
- compute_
coset_ representatives - 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.