martinthomson / ohttp

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

rust-hpke by default? #22

Closed rillian closed 1 year ago

rillian commented 1 year ago

Hi! Thanks for sharing this implementation.

Given the extra steps needed to build the nss library, is there a reason not to use the native rust implementation by default?

martinthomson commented 1 year ago

I stupidly did this myself at basically the same time as you, sorry about that.

Let me know if I fouled anything up.

rillian commented 1 year ago

No worries, seems to work fine here. Nice to see versioned crates published!