Module hash

Source

Modules§

hasher
types

Structs§

H160
A SHA160 hash type.
H256
A SHA256 hash.

Traits§

Hasher
A Hasher defines a common interface for defining specific hashing algorithm.
RawHash
SizedHash

Type Aliases§

GenericHash
the GenericHash type alias defines a standard hash format for the crate
GenericHashOutput
a type alias for a generic hash output
H160Hash
The H160Hash type is a 20-byte hash.
H256Array
The [H256Hash] type is a 32-byte hash.