hpke-core

Crates.iohpke-core
lib.rshpke-core
version0.0.1
created_at2025-11-10 08:15:11.396257+00
updated_at2025-12-10 15:55:49.034492+00
descriptionRFC 9180 Hybrid Public Key Encryption (HPKE) implementation in Rust.
homepage
repositoryhttps://github.com/hanyu-dev/hpke
max_upload_size
id1924943
size6,017,509
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