INNER CODE UNIT · Rust
GAMMA_2
orion-rs/orion · src/hazardous/dsa/ml_dsa/internal/mod.rs:431
const GAMMA_2: u32 = (Self::Q - 1) / 88;
const CLEN: usize = 576;
const BETA: u32 = 78;
const OMEGA: u32 = 80;
const W1_BITPACK_SIZE: usize = 256 * 6 / 8;
const W1_MAX_VALUE: u32 = 43;
const DECOMPOSE_BARRETT_M: u32 = 88;
const DECOMPOSE_W1_MAX: u32 = 43;
const Z_BITPACK_SIZE: usize = 576;
const PRIVATE_KEY_SIZE: usize = 2560;
const PUBLIC_KEY_SIZE: usize = 1312;
const SIGNATURE_SIZE: usize = 2420;