p3_mds

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<AF, const N: usize> MdsPermutation<AF, N> for CosetMds<AF::F, N>
where AF: AbstractField, AF::F: TwoAdicField,

Source§

impl<AF: AbstractField, const N: usize> MdsPermutation<AF, N> for IntegratedCosetMds<AF::F, N>