Crate ff

source · []
Expand description

This crate provides traits for working with finite fields.

Modules

derivederive

Functions and re-exported crates used by the PrimeField derive macro.

Structs

A non-allocating batch inverter.

Traits

Extension trait for iterators over mutable field elements which allows those field elements to be inverted in a batch.

Helper trait for scalars and arrays, but not slices.

This trait represents an element of a field.

This represents an element of a prime field.

This represents the bits of an element of a prime field.

Type Definitions

Bit representation of a field element.

Derive Macros

Derive the PrimeField trait.