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