Module snarkvm_algorithms::traits::algebraic_sponge

source ·

Enums§

Traits§

  • The interface for a cryptographic sponge. A sponge can absorb or take in inputs and later squeeze or output bytes or field elements. The outputs are dependent on previous absorb and squeeze calls.