R2 top-level constant

int const R2

Precomputed Montgomery constant: R^2 mod KYBER_Q. For KYBER_Q = 3329 and R = 2^16, the reference value is 2285.

Implementation

const int R2 = 2285;