Expand description
This crate provides traits for working with finite fields.
Modules§
- batch 🔒
 - Batched field inversion APIs, using Montgomery’s trick.
 - helpers
 - Helper methods for implementing the 
fftraits. 
Structs§
- Batch
Inverter  - A non-allocating batch inverter.
 
Traits§
- Batch
Invert  - Extension trait for iterators over mutable field elements which allows those field elements to be inverted in a batch.
 - Field
 - This trait represents an element of a field.
 - From
Uniform Bytes  - Trait for constructing a 
PrimeFieldelement from a fixed-length uniform byte array. - Prime
Field  - This represents an element of a non-binary prime field.
 - With
Small Order MulGroup  - The subset of prime-order fields such that 
(modulus - 1)is divisible byN.