Crate hpke_rs_rust_crypto[][src]

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, p384, x25519-dalek-ng, chacha20poly1305, aes-gcm).

Please see hpke-rs for more details.

Structs

The Rust Crypto HPKE Provider

The PRNG for the Rust Crypto Provider.