voting-circuits 0.1.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
//! Shared circuit gadgets used by the governance ZKP circuits.

pub mod address_ownership;
pub mod elgamal;
pub mod mul_chip;
pub mod poseidon_merkle;
pub mod spend_authority;
pub mod van_integrity;
pub mod vote_commitment;