Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 3.23 KB

File metadata and controls

49 lines (35 loc) · 3.23 KB

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
hqc‑kem crates.io Documentation Hamming Quasi-Cyclic KEM
ml‑kem crates.io Documentation Module Lattice KEM
sntrup‑kem crates.io Documentation Streamlined NTRU Prime 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.