hpke-crypto 0.0.1

RFC 9180 Hybrid Public Key Encryption (HPKE) implementation in Rust.
Documentation

HPKE

Test pipeline Codecov License: MPL-2.0

This is originally a fork of hpke-rs and heavily modified.

  • hpke-core: HPKE core functionality.

    Crates.io Docs.rs

  • hpke-crypto: cryptographic backend implementations for HPKE.

    Crates.io Docs.rs

    Currently supports the following:

    • backend-aws-lc: uses aws-lc-rs as the cryptographic backend.
    • backend-graviola: uses graviola as the cryptographic backend.

License

Licensed under MPL-2.0 license.