Module packed_extension
Source - PackedExtension
- Trait represents a relationship between a packed struct of field elements and a packed struct
of elements from an extension field.
- RepackedExtension
- This trait is a shorthand for the case
PackedExtension<P::Scalar, PackedSubfield = P> which is
a quite common case in our codebase.
- recast_packed
- Recast a packed field from one subfield of a packed extension to another.
- recast_packed_mut
- Recast a mutable slice of packed field elements from one subfield of a packed extension to
another.
- recast_packed_slice
- Recast a slice of packed field elements from one subfield of a packed extension to another.
- PackedSubfield
- Convenient type alias that returns the packed field type for the scalar field
F and packed
extension P.