Expand description
Keccak-based duplex sponge implementation
This module implements a duplex sponge construction using the Keccak-f[1600] permutation. It is designed to match test vectors from the original Sage implementation.
Structsยง
- Keccak
Duplex Sponge - Duplex sponge construction using Keccak-f[1600].
- Keccak
Permutation State - Low-level Keccak-f[1600] state representation.