Module sha3

Module sha3 

Source
Expand description

SHA-3 hash function implementations

Constant-time & side-channel-hardened Keccak sponge (FIPS 202).

Structs§

Sha3_224
Streaming SHA3-224 engine.
Sha3_256
Streaming SHA3-256 engine.
Sha3_384
Streaming SHA3-384 engine.
Sha3_512
Streaming SHA3-512 engine.

Enums§

Sha3_224Algorithm
Marker type for SHA3-224.
Sha3_256Algorithm
Marker type for SHA3-256.
Sha3_384Algorithm
Marker type for SHA3-384.
Sha3_512Algorithm
Marker type for SHA3-512.