pub fn apply_round(state: &mut [Felt; 12], round: usize)
Expand description

Applies Rescue-XLIX round function to the provided state.

The function takes sponge state as an input and applies a single Rescue-XLIX round to it. The round number must be specified via round parameter, which must be between 0 and 6 (both inclusive).