Crate for automatically generating code for sigma zero-knowledge proof protocols of more complex statements than are supported by the sigma-proofs crate. The statements given to this crate are compiled into statements about linear combinations of points, and transformed into the sigma-proofs API.
//! See the documentation for [`sigma_compiler!`] for details.
pubuse group;pubuse rand;pubusesigma_compiler_derive::{sigma_compiler, sigma_compiler_prover, sigma_compiler_verifier};pubuse sigma_proofs;pubuse subtle;#[cfg(feature ="dump")]pubmoddumper;pubmodrangeutils;pubmodvecutils;