Crate hpke_rs_rust_crypto

Crate hpke_rs_rust_crypto 

Source
Expand description

§HPKE Crypto provider using native Rust

crates.io Docs Rust Version

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.

Structs§

HpkeRustCrypto
The Rust Crypto HPKE Provider
HpkeRustCryptoPrng
The PRNG for the Rust Crypto Provider.