Searched refs:ML_KEM_PRIME (Results 1 – 2 of 2) sorted by relevance
26 #define ML_KEM_PRIME (ML_KEM_DEGREE * 13 + 1) macro
42 #define INVERSE_DEGREE (ML_KEM_PRIME - 2 * 13)227 static const int kPrime = ML_KEM_PRIME;229 static const size_t kBarrettMultiplier = (1 << BARRETT_SHIFT) / ML_KEM_PRIME;230 static const uint16_t kHalfPrime = (ML_KEM_PRIME - 1) / 2;1088 static const uint16_t half_q_plus_1 = (ML_KEM_PRIME >> 1) + 1; in scalar_decode_decompress_add()