pub fn permutation_mut<'a, 'b: 'a, T, const DEGREE: usize>(
row: &'b mut [T],
) -> Box<&'b mut (dyn Poseidon2Cols<T> + 'a)>where
T: Copy,Expand description
Convert a row to a mutable Poseidon2Cols instance.
pub fn permutation_mut<'a, 'b: 'a, T, const DEGREE: usize>(
row: &'b mut [T],
) -> Box<&'b mut (dyn Poseidon2Cols<T> + 'a)>where
T: Copy,Convert a row to a mutable Poseidon2Cols instance.