pub fn new_duplex_challenger<F, Perm, const RATE: usize, const STATE_SIZE: usize>() -> FieldChallenger<F, impl FieldChallengerHelper<F> + Clone>
Expand description
Construct a Fiat-Shamir challenger based on a duplex sponge construction.
pub fn new_duplex_challenger<F, Perm, const RATE: usize, const STATE_SIZE: usize>() -> FieldChallenger<F, impl FieldChallengerHelper<F> + Clone>
Construct a Fiat-Shamir challenger based on a duplex sponge construction.