rozbb / rust-hpke

An implementation of the HPKE hybrid encryption standard (RFC 9180)
Other
62 stars 31 forks source link

Merge `main` into `unstable-pq-xyber` #51

Closed rozbb closed 1 year ago

rozbb commented 1 year ago

Merged recent changes in main. Importantly, following #48, Serializable's mandatory method is now write_exact. So I updated the impls here.

cc @bwesterb

bwesterb commented 1 year ago

lgtm