HPKE Crypto Trait

crates.io Docs Rust Version

The [hpke-rs] crate can be used with different cryptography backends to perform the cryptographic operations. This crate defines the HpkeCrypto trait that is required to instantiate [hpke-rs]. It further defines necessary types and errors.

Please see [hpke-rs] for more details.