Expand description
This crate provides traits for working with finite fields.
Modules
derive
deriveFunctions and re-exported crates used by the
PrimeField derive macro.Structs
A non-allocating batch inverter.
Traits
BatchInvert
allocExtension trait for iterators over mutable field elements which allows those field
elements to be inverted in a batch.
BitViewSized
bitsHelper trait for scalars and arrays, but not slices.
This trait represents an element of a field.
This represents an element of a prime field.
PrimeFieldBits
bitsThis represents the bits of an element of a prime field.
Type Definitions
FieldBits
bitsBit representation of a field element.
Derive Macros
PrimeField
deriveDerive the
PrimeField trait.