Type Alias Plonky3Poseidon2Air
Source pub type Plonky3Poseidon2Air<F, LinearLayers, const SBOX_REGISTERS: usize> = Poseidon2Air<F, LinearLayers, POSEIDON2_WIDTH, BABY_BEAR_POSEIDON2_SBOX_DEGREE, SBOX_REGISTERS, BABY_BEAR_POSEIDON2_HALF_FULL_ROUNDS, BABY_BEAR_POSEIDON2_PARTIAL_ROUNDS>;
struct Plonky3Poseidon2Air<F, LinearLayers, const SBOX_REGISTERS: usize> { }
Implementations
Trait Implementations
The number of columns (a.k.a. registers) in this AIR.
Formats the value using the given formatter.
Read more