Closed bifurcation closed 3 months ago
Thanks for the explanation @tarcieri. I accepted your proposed change, and removed the ZeroizeOnDrop
impls for the internal types. So that leaves us in the following state:
pke.rs
and algebra.rs
) implement ZeroizeI can cut a v0.2.1 with this feature
I'm not totally sure I understand the
zeroize
crate and its sharp edges, but I think this implements zeroization correctly. Basically just starts atkem::DecapsulationKey
and works down the stack from there.