You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To provide a better assurance of secrets being zeroized, we might want to implement ZeroizeOnDrop or use https://crates.io/crates/secrecy to wrap secrets (which will change the API).
We should take a look at similar projects and see what are the best practices.
We should also explicitly zeroize stuff where possible (i.e. dkg round2 which takes a round1::SecretPackage)
The text was updated successfully, but these errors were encountered:
To provide a better assurance of secrets being zeroized, we might want to implement ZeroizeOnDrop or use https://crates.io/crates/secrecy to wrap secrets (which will change the API).
We should take a look at similar projects and see what are the best practices.
We should also explicitly zeroize stuff where possible (i.e. dkg round2 which takes a round1::SecretPackage)
The text was updated successfully, but these errors were encountered: