Module keccak

Source
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ยง

KeccakDuplexSponge
Duplex sponge construction using Keccak-f[1600].
KeccakPermutationState
Low-level Keccak-f[1600] state representation.