An implementation of the HPKE hybrid encryption standard (RFC 9180) in pure Rust.
# Cargo.toml
[dependencies]
hpke = "0.13.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Generate an HPKE key pair using the single-shot KEM.
Enable the `alloc` feature in your Cargo.toml: `hpke = { version = "0.13", features = ["alloc"] }`No dependency data recorded yet.