binius_core::challenger

Function new_duplex_challenger

source
pub fn new_duplex_challenger<F, Perm, const RATE: usize, const STATE_SIZE: usize>() -> FieldChallenger<F, impl FieldChallengerHelper<F> + Clone>
where F: Field, Perm: CryptographicPermutation<[F; STATE_SIZE]> + Default + Clone,
Expand description

Construct a Fiat-Shamir challenger based on a duplex sponge construction.