//! 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> {}