Expand description
§HPKE Crypto provider using native Rust
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§
- Hpke
Rust Crypto - The Rust Crypto HPKE Provider
- Hpke
Rust Crypto Prng - The PRNG for the Rust Crypto Provider.