khonsulabs / bonsaidb

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

Upgrade hpke dependency #318

Open rozbb opened 2 weeks ago

rozbb commented 2 weeks 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.