//! Gadgets shared by two or more of the governance ZKP circuits.
//!//! Gadgets used by only a single circuit live in that circuit's own
//! `gadgets` submodule (e.g. `crate::delegation::gadgets`).
pub(crate)modaddress_ownership;pub(crate)modelgamal;pub(crate)modnonzero;pub(crate)modposeidon_merkle;pub(crate)modspend_authority;pub(crate)modvan_integrity;pub(crate)modvote_commitment;