voting-circuits 0.5.0

Governance ZKP circuits (delegation, vote proof, share reveal) for the Zcash shielded-voting protocol.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Shared circuit gadgets used by the governance ZKP circuits.

pub(crate) mod address_ownership;
pub(crate) mod elgamal;
pub(crate) mod gadget;
pub(crate) mod mul_chip;
pub(crate) mod nonzero;
pub(crate) mod poseidon_merkle;
pub(crate) mod share_commitment;
pub(crate) mod spend_authority;
pub(crate) mod van_integrity;
pub(crate) mod vote_commitment;