martinthomson / ohttp

Rust library for encapsulating HTTP messages in a cryptographic wrapper
Apache License 2.0
22 stars 16 forks source link

Use rust-hpke by default #24

Closed rillian closed 1 year ago

rillian commented 1 year ago

Since nss is hard to build, use the rust hpke implementation by default.

Fixes #22

martinthomson commented 1 year ago

Hey, it looks like we were working in parallel on this one. Sorry about that.

The v0.2.0 that I published to crates.io uses rust-hpke by default, so I think we're good here.