| Crates.io | hpke-rs-rust-crypto |
| lib.rs | hpke-rs-rust-crypto |
| version | 0.3.0 |
| created_at | 2021-11-10 12:23:12.163153+00 |
| updated_at | 2025-07-01 08:00:39.542136+00 |
| description | Crypto backend for HPKE using native Rust crypto. |
| homepage | |
| repository | https://github.com/cryspen/hpke-rs |
| max_upload_size | |
| id | 479694 |
| size | 57,604 |
This crate provides an implementation of the HpkeCrypto trait using native Rust crypto implementations (hkdf, sha2, p256, k256, p384, x25519-dalek, chacha20poly1305, aes-gcm).
Please see hpke-rs for more details.