CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2026/01/01 05:47:52
Modified files:
lib/libcrypto/mlkem: mlkem.c mlkem.h mlkem_internal.c
mlkem_key.c
lib/libssl : tls_key_share.c
regress/lib/libcrypto/mlkem: mlkem_iteration_tests.c
mlkem_tests.c mlkem_unittest.c
regress/lib/libcrypto/wycheproof: wycheproof.go
Log message:
Rename RANK{768,1024} to MLKEM{768,1024}_RANK
RANK768 and RANK1024 are awfully short and generic names for public
constants. Before we make it worse with similarly named constants for
ML-DSA, let's fix this. This follows the naming convention used by the
other macros in the mlkem code.
ok kenjiro jsing