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
ChaCha20Rng does not currently implement Zeroize. It seems like there is no trivial way to implement it, so it either requires an upstream contribution or unsafe memory fiddling. Either way, this behavior should be implemented and used in batch_contribution::derive_taus.
The text was updated successfully, but these errors were encountered:
I've submitted a pull request for rand_chacha's dependency, and I have some code available for rand_chacha once the ppv_lite86 PR gets approved, but it requires a Cargo.toml change that includes the next version of ppv_lite86 before rand_chacha can be updated. After rand_chacha is updated, this repo should be able to be updated
ChaCha20Rng
does not currently implementZeroize
. It seems like there is no trivial way to implement it, so it either requires an upstream contribution or unsafe memory fiddling. Either way, this behavior should be implemented and used inbatch_contribution::derive_taus
.The text was updated successfully, but these errors were encountered: