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