| Crates.io | dhkem |
| lib.rs | dhkem |
| version | 0.1.0-pre.2 |
| created_at | 2024-04-17 16:40:46.078607+00 |
| updated_at | 2026-01-25 00:39:21.91946+00 |
| description | Pure Rust implementation of Key Encapsulation Mechanism (KEM) adapters for Elliptic Curve Diffie Hellman (ECDH) protocols |
| homepage | |
| repository | https://github.com/RustCrypto/KEMs/tree/master/dhkem |
| max_upload_size | |
| id | 1211543 |
| size | 58,448 |
Pure Rust implementation of the Diffie-Hellman-Based Key-Encapsulation Mechanism as described in the RFC9180 § 4.1.
Key Encapsulation Mechanisms (KEMs) provide a common API for establishing a symmetric key using public-key cryptography.
This crate implements a KEM-based API for elliptic curve Diffie-Hellman as specified for Hybrid Public Key Encryption (HPKE) which is described in RFC9180.
The implementation contained in this crate has never been independently audited!
USE AT YOUR OWN RISK!
MSRV increases are not considered breaking changes and can happen in patch releases.
The crate MSRV accounts for all supported targets and crate feature combinations, excluding explicitly unstable features.
Licensed under either of:
at your option.
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.