Module hash

Source
Expand description

Hash types.

Structs§

Blake3
BLAKE3 hash algorithm.
Hash
A hash value.
HashAlgId
A hash algorithm identifier.
HashProvider
Hash provider.
HashProviderError
An error for HashProvider.
Keccak256
Keccak-256 hash algorithm.
Sha256
SHA-256 hash algorithm.
TypedHash
A typed hash value.

Traits§

HashAlgorithm
A hashing algorithm.