compressed_sigma 0.0.4

Compressed Sigma Protocols and proofs of k-Out-Of-n Partial Knowledge
Documentation
1
2
3
4
5
6
//! For STROBE (used in merlin) sponge (from ark-sponge)
//! Sponge construction takes in arbitrary length input vector and
//! outputs the desired number of outputs (output)

// use ark_ec::AffineRepr;
// pub fn sponge<G: AffineRepr>(inputs: Vec<G::ScalarField>, output: usize) -> Vec<G::ScalarField> {}