khonsulabs / bonsaidb

A developer-friendly document database that grows with you, written in Rust
https://bonsaidb.io/
Apache License 2.0
1.03k stars 37 forks source link

Upgrade hpke dependency #318

Closed rozbb closed 3 months ago

rozbb commented 4 months ago

As we prepared for in #311, we can now upgrade hpke. I've also added zeroization to the serialization/deserialization routines, since otherwise there might be some private key material left on the stack.

ecton commented 3 months ago

Sorry for taking so long to review this. Thank you so much for updating this for me and continuing to support your implementination! Great catch on zeroing the key material on the stack.

The automated builds are broken due to things completely unrelated to these changes. I've verified everything works locally.

Thank you again!

rozbb commented 3 months ago

Happy to help!