CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2025/08/19 13:29:40
Modified files:
lib/libcrypto : Symbols.list
Log message:
Expose beck's version of BoringSSL's ML-KEM APi
This includes interfaces for public and private keys for ML-KEM 768
and 1024. Marshalling and parsing of public keys and parsing of the
wasteful NIST format of private keys (marshalling this private key
format is deliberately omitted from the public API). Decapsulation
and encapsulation of shared secrets.
This will soon be used to implement the X25519MLKEM768 hybrid key
agreement in libssl.
ok beck jsing