dusk-network / plonk

Pure Rust implementation of the PLONK ZKProof System done by the Dusk team
https://dusk-network.github.io/plonk
Mozilla Public License 2.0
535 stars 148 forks source link

Implement `Zeroize` for `Witness` #818

Closed moCello closed 5 months ago

moCello commented 5 months ago

Summary

In order to safely erase data downstream we need an implementation of Zeroize for Witness.