Structs§
- Bytewise
Lookup Transformation - Linear transformation using precomputed byte-indexed lookup tables.
- Bytewise
Lookup Transformation Factory - Factory for creating bytewise lookup transformations.
- Field
Linear Transformation - An $\mathbb{F}_2$-linear transformation on binary fields.
- IDTransformation
- Input
Wrapping Transformation - Wraps a transformation on underliers to accept inputs with underliers.
- Input
Wrapping Transformation Factory - Factory that wraps an underlier transformation factory to accept inputs with underliers.
- Output
Wrapping Transformation - Wraps a transformation on underliers to operate on types with underliers.
- Output
Wrapping Transformation Factory - Factory that wraps an underlier transformation factory to work with types that have underliers.
Traits§
- Linear
Transformation Factory - Factory trait for creating linear transformations from column data.
- Packed
Transformation Factory - This crates represents a type that creates a packed transformation from
Selfto a packed field based on the scalar field transformation. - Transformation
- Generic transformation trait that is used both for scalars and packed fields
Type Aliases§
- Wrapping
Transformation - Transformation that wraps both input and output, converting between types with underliers.