capeprivacy / hybrid-pke

The Hybrid Public Key Encryption (HPKE) standard in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make HpkeCrypto implementation configurable in Python package

jvmncs opened this issue · comments

Currently, the HpkeCrypto implementation is fixed to Rust Crypto (e.g. here). It would be better if we could make this configurable (at least when building from source)