Crates.io | hpke-rs-rust-crypto |
lib.rs | hpke-rs-rust-crypto |
version | 0.2.0 |
source | src |
created_at | 2021-11-10 12:23:12.163153 |
updated_at | 2023-12-02 10:38:20.780068 |
description | Crypto backend for HPKE using native Rust crypto. |
homepage | |
repository | https://github.com/franziskuskiefer/hpke-rs |
max_upload_size | |
id | 479694 |
size | 21,640 |
This crate provides an implementation of the HpkeCrypto trait using native Rust crypto implementations (hkdf, sha2, p256, p384, x25519-dalek-ng, chacha20poly1305, aes-gcm).
Please see hpke-rs for more details.