Module duplex_sponge

Source
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§

keccak
Keccak-based duplex sponge implementation
shake
SHAKE-based duplex sponge implementation

Traits§

DuplexSpongeInterface
A trait defining the behavior of a duplex sponge construction.