Crate ff_wasm_unknown_unknown

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§

BatchInverter
A non-allocating batch inverter.

Traits§

BatchInvertalloc
Extension trait for iterators over mutable field elements which allows those field elements to be inverted in a batch.
BitViewSizedbits
Helper trait for scalars and arrays, but not slices.
Field
This trait represents an element of a field.
PrimeField
This represents an element of a prime field.
PrimeFieldBitsbits
This represents the bits of an element of a prime field.

Type Aliases§

FieldBitsbits
Bit representation of a field element.

Derive Macros§

PrimeFieldderive
Derive the PrimeField trait.