On Mon, 31 Aug 2026 14:20:06 +0530
Pratik Senapati <[email protected]> wrote:

>  
> +uint8_t mlkem_768_dk[] = {
> +     0x29, 0x18, 0xA0, 0x56, 0x30, 0x51, 0x93, 0xF1,
> +     0x80, 0xB9, 0xCB, 0xAE, 0xD3, 0x97, 0x02, 0x73,
> +     0xAB, 0x7D, 0x7C, 0xEB, 0x44, 0x03, 0x60, 0x06,
> +     0xF0, 0xD5, 0x2D, 0x21, 0x46, 0xBC, 0x98, 0x91,
> +     0x89, 0x59, 0x45, 0xCF, 0x99, 0xC3, 0x49, 0xE6,
> +     0x71, 0x80, 0x2A, 0x6B, 0x49, 0xCA, 0x8A, 0xC

Test vectors should be const, and ideally static so local to file.

Reply via email to