Module kimchi::circuits::polynomials::generic
source · Expand description
This module implements the double generic gate.
Modules
Structs
- Implementation of the
Generic
gate
Enums
- The different type of computation that are possible with a generic gate. This type is useful to create a generic gate via the
CircuitGate::create_generic_gadget
function.
Constants
- Number of constraints produced by the gate.
- The double generic gate actually contains two generic gates.
- Number of generic of registers by a double generic gate.
- Number of coefficients used by a single generic gate Three are used for the registers, one for the multiplication, and one for the constant.
- Number of generic of registers by a single generic gate