const Params = struct
const Params = struct { name: []const u8, // Matrix dimensions k: u8, // Height of matrix A l: u8, // Width of matrix A // Sampling parameter eta: u8, // Bound for secret coefficients // Hint parameters omega: u16, // Maximum number of hint bits // Challenge parameter tau: u16, // Weight of challenge polynomial // Rounding parameters gamma1_bits: u8, // Bits for gamma1 gamma2: u32, // Parameter for decompose // Sizes tr_size: usize, // Size of tr hash ctilde_size: usize, // Size of challenge hash }