Module snarkvm_algorithms::traits::algebraic_sponge
source · Enums
- The mode structure for duplex sponges
Traits
- The interface for a cryptographic sponge. A sponge can
absorb
or take in inputs and latersqueeze
or output bytes or field elements. The outputs are dependent on previousabsorb
andsqueeze
calls.