MdsPermutation

Trait MdsPermutation 

Source
pub trait MdsPermutation<T: Clone, const WIDTH: usize>: Permutation<[T; WIDTH]> { }

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.

Implementors§

Source§

impl<FA, const N: usize> MdsPermutation<FA, N> for CosetMds<FA::F, N>
where FA: FieldAlgebra, FA::F: TwoAdicField,

Source§

impl<FA: FieldAlgebra, const N: usize> MdsPermutation<FA, N> for IntegratedCosetMds<FA::F, N>