Skip to main content

permutation_mut

Function permutation_mut 

Source
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.