pub type Poseidon1BabyBear<const WIDTH: usize> = Poseidon1<BabyBear, Poseidon1ExternalLayerBabyBear<WIDTH>, Poseidon1InternalLayerBabyBear<WIDTH>, WIDTH, BABYBEAR_S_BOX_DEGREE>;Expand description
The Poseidon1 permutation for BabyBear.
Acts on arrays of the form [BabyBear; WIDTH] or [BabyBear::Packing; WIDTH].
Aliased Typeยง
pub struct Poseidon1BabyBear<const WIDTH: usize> { /* private fields */ }