Expand description
Traits for packed field elements which support SIMD implementations.
Interfaces are derived from plonky2
.
Traits§
- A helper trait to make the generic bunds shorter
- A packed field represents a vector of underlying field elements.
Functions§
- Returns the scalar at the given index without bounds checking.
- Multiply packed field element by a subfield scalar.
- Sets the scalar at the given index without bounds checking.