voting-circuits 0.7.0

Governance ZKP circuits (delegation, vote proof, share reveal) for the Zcash shielded-voting protocol.
Documentation
1
2
3
4
5
//! Gadgets used only by the delegation circuit.

pub(super) mod gadget;
pub(super) mod imt_circuit;
pub(super) mod mul_chip;