Expand description
Duplex Sponge Interface
This module defines the DuplexSpongeInterface
trait, which provides
a generic interface for cryptographic sponge functions that support
duplex operations: alternating absorb and squeeze phases.
Modules§
Traits§
- Duplex
Sponge Interface - A trait defining the behavior of a duplex sponge construction.