sigma_fun 0.3.2

A framework for making Sigma protocols fun!
Documentation
1
2
3
//! Module for implemenations of protocols that are composed of sigma protocols.
#[cfg(all(feature = "secp256k1", feature = "ed25519", feature = "alloc"))]
pub mod dl_secp256k1_ed25519_eq;