hpke 0.11.0

An implementation of the HPKE hybrid encryption standard (RFC 9180) in pure Rust
Documentation

hpke

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 8 feature flags, 4 of them enabled by default.

default

  • alloc
  • p256
  • x25519

alloc

    This feature flag does not enable additional features.

p256

  • dep:p256

x25519

  • dep:x25519-dalek

serde_impls

  • serde
  • generic-array/serde

p384

  • dep:p384

serde

  • dep:serde

std

    This feature flag does not enable additional features.