ml-kem

Collection of Key Encapsulation Mechanisms written in pure Rust

Latest version: 0.2.3 registry icon
Maintenance score
100
Safety score
100
Popularity score
75
Check your open source dependency risks. Get immediate insight about security, stability and licensing risks.
Security
  Vulnerabilities
Version Suggest Low Medium High Critical
0.2.3 0 0 0 0 0
0.2.2 0 0 0 0 0
0.2.1 0 0 0 0 0
0.2.0 0 0 0 0 0
0.1.1 0 0 0 0 0
0.1.0 0 0 0 0 0
0.0.1 0 0 0 0 0

Stability
Latest release:

0.2.3 - This version is safe to use because it has no known security vulnerabilities at this time. Find out if your coding project uses this component and get notified of any reported security vulnerabilities with Meterian-X Open Source Security Platform

Licensing

Maintain your licence declarations and avoid unwanted licences to protect your IP the way you intended.

MIT   -   MIT License

Not a wildcard

Not proprietary

OSI Compliant


Apache-2.0   -   Apache License 2.0

Not a wildcard

Not proprietary

OSI Compliant



RustCrypto: Key Encapsulation Mechanisms (KEMs)

Project Chat Dependency Status

Collection of Key Encapsulation Mechanisms (KEMs) written in pure Rust.

About

KEMs are public-key algorithms designed to secure symmetric key material for transmission, and are commonly used in transport encryption protocols (e.g. TLS) and hybrid cryptosystems (e.g. HPKE).

Crates

Name crates.io Docs Description
dhkem crates.io Documentation Diffie-Hellman KEM
frodo‑kem crates.io Documentation Frodo KEM
ml‑kem crates.io Documentation Module Lattice KEM
x‑wing crates.io Documentation Hybrid PQ KEM

License

All crates licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.