mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-05 18:30:48 +02:00
b7cc7adab8
Introduce the WOLFSSL_MLKEM_DYNAMIC_KEYS option to allow dynamic allocation of private and public key buffers in the MlKemKey struct. This change enables right-sizing of buffers based on the actual ML-KEM level and eliminates unnecessary memory usage for encapsulate-only operations.