franziskuskiefer / hpke-rs

Pure Rust implementation of HPKE (https://www.rfc-editor.org/rfc/rfc9180.html)
28 stars 14 forks source link

hpke-rs-crypto: make serde opt-in #49

Closed japaric closed 7 months ago

japaric commented 7 months ago

this puts the Serialize and Deserialize derives behind an opt-in Cargo feature called "serde". this is a semver breaking change.

japaric commented 7 months ago

addressed merge conflict