Module o1_utils::field_helpers
source · Expand description
Useful helper methods to extend [ark_ff::Field].
Enums
- Field helpers error
Traits
- Field element wrapper for BigUint
- Field element helpers Unless otherwise stated everything is in little-endian byte order.
- Helper to generate random field elements
- Helper to obtain two
Functions
- Converts an i32 into a [Field]
- COmpute the inner product of two slices of field elements.
pows(d, x)
returns a vector containing the firstd
powers of the field elementx
(from1
tox^(d-1)
).- Returns the product of all the field elements belonging to an iterator.
Type Definitions
- Result alias using FieldHelpersError