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

Add `Default` trait implementation for `Witness` #815

Closed moCello closed 6 months ago

moCello commented 6 months ago

Summary

Implement the Default trait for Witness type. This is possible since Witness::ZERO is the same as Composer::ZERO