Home
last modified time | relevance | path

Searched refs:ML_KEM_PRIME (Results 1 – 2 of 2) sorted by relevance

/src/crypto/openssl/include/crypto/
H A Dml_kem.h26 #define ML_KEM_PRIME (ML_KEM_DEGREE * 13 + 1) macro
/src/crypto/openssl/crypto/ml_kem/
H A Dml_kem.c42 #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()