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
i32into a [Field] - inner_
prod - Compute the inner product of two slices of field elements.
- pows
pows(d, x)returns a vector containing the firstdpowers of the field elementx(from1tox^(d-1)).- product
- Returns the product of all the field elements belonging to an iterator.
Type Aliases§
- Result
- Result alias using
FieldHelpersError