CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/03/06 02:22:29
Modified files:
lib/libcrypto/mlkem: mlkem_internal.c
Log message:
mlkem: use timingsafe_memcmp() in decapsulation
Replace memcmp() with timingsafe_memcmp() when comparing the
re-encrypted ciphertext.
FIPS 203 Section 6.3 defines this comparison result as a secret piece
of intermediate data that must not be revealed in any form.
ok tb
