CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2024/12/26 05:35:25
Modified files: regress/lib/libcrypto/mlkem: mlkem_unittest.c Log message: Fix the unittest with Emscripten Split main into two helper functions since having a few ML-KEM key blobs on the stack makes Emscripten's stack explode, leading to inscrutable silent failures unles ASAN is enabled. Go figure.