Function full_round

Source
pub fn full_round<F: Field, SC: SpongeConstants>(
    params: &SpongeParams<F>,
    state: &mut [F; 3],
    r: usize,
)