Expand description
Gates and gadgets implementations
Modules§
- Elliptic curve related gates and gadgets. Including both native and non-native fields.
- Utils for test
- Implements ultra-plonk related circuits.
Structs§
- The variable represents an element in the emulated field.
Traits§
- Parameters needed for emulating field operations over [
PrimeField
]. - A struct that can be serialized into
Vec
of field elements.
Functions§
- Convert an element in the emulated field to a list of native field elements.
- Inverse conversion of the
from_emulated_field