Structs§
- DWords
- DWORDs struct that can later be expanded with SIMD to store 4 DWORDS in a single XMM register
- Keccak
Sponge - The
KeccakSponge
struct implements a generic sponge construction based on the Keccak permutation. - Keccak
State KeccakState<T>
represents the internal state of the Keccak-based permutations with a variable width. It is used as the foundation for various NIST-validated hash algorithms and other Keccak-based constructions.- Sha160
Bits State - Sha160
Rotor - Sha256
Bits State - Sha512
Bits State