pub trait MdsPermutation<T: Clone, const WIDTH: usize>: Permutation<[T; WIDTH]> { }Expand description
Marker trait for permutations that are MDS.
An MDS permutation guarantees that any square submatrix of the underlying linear map is invertible.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.