CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/09/16 00:10:24
Modified files:
lib/libcrypto/mlkem: mlkem_key.c
Log message:
Simplify MLKEM_{private,public}_key_new()
This removes two unnecessary variables in each of these functions,
normalizes the sizeof() use and undoes unnecessary line wraps.
ok deraadt djm kenjiro
