Module o1_utils::field_helpers

source ·
Expand description

Useful helper methods to extend [ark_ff::Field].

Enums

Traits

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 first d powers of the field element x (from 1 to x^(d-1)).
  • Returns the product of all the field elements belonging to an iterator.

Type Definitions