zcash_voting 0.1.0

Client-side library for Zcash shielded voting: ZKP delegation and vote-commitment proofs (Halo 2), ElGamal encryption, governance PCZT construction, Merkle witness generation, and SQLite round-state persistence.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pub mod action;
pub mod decompose;
pub mod elgamal;
pub mod governance;
pub mod hotkey;
mod orchard_compat;
pub mod share_tracking;
pub mod storage;
pub mod tree_sync;
pub mod types;
pub mod vote_commitment;
pub mod witness;
pub mod zkp1;
pub mod zkp2;

pub use types::*;