KYBER_POLYBYTES top-level constant

int const KYBER_POLYBYTES

Sizes related to polynomials. A full polynomial is represented in 384 bytes using 12-bit encoding per coefficient. (256 coefficients × 12 bits = 3072 bits; 3072 / 8 = 384 bytes)

Implementation

const int KYBER_POLYBYTES = 384;