hpke-crypto

Crates.iohpke-crypto
lib.rshpke-crypto
version0.0.1
created_at2025-11-10 08:15:05.245546+00
updated_at2025-12-10 15:55:42.795894+00
descriptionRFC 9180 Hybrid Public Key Encryption (HPKE) implementation in Rust.
homepage
repositoryhttps://github.com/hanyu-dev/hpke
max_upload_size
id1924942
size169,371
Hantong Chen (cxw620)

documentation

README

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.

Commit count: 0

cargo fmt