pub type Plonky3RoundConstants<F> = RoundConstants<F, POSEIDON2_WIDTH, BABY_BEAR_POSEIDON2_HALF_FULL_ROUNDS, BABY_BEAR_POSEIDON2_PARTIAL_ROUNDS>;
Aliased Type§
pub struct Plonky3RoundConstants<F> { /* private fields */ }
Trait Implementations§
Source§impl<F: Field> From<Poseidon2Constants<F>> for Plonky3RoundConstants<F>
impl<F: Field> From<Poseidon2Constants<F>> for Plonky3RoundConstants<F>
Source§fn from(constants: Poseidon2Constants<F>) -> Self
fn from(constants: Poseidon2Constants<F>) -> Self
Converts to this type from the input type.