Expand description
Modules§
- h160
- this modules implements the
H160type, which is a 20-byte hash output. - h256
- this modules implements the
H256type, which is a 32-byte hash output. - traits
- this module defines various traits for the
hashmodule. - types
- this module defines additional types for the
hashmodule.
Structs§
Traits§
- Hash
- The
Hashtrait establishes a common interface for hashing types. - Hashable
- Hasher
- A
Hasherdefines a common interface for defining specific hashing algorithm. - RawHash
RawHashdefines a common interface for raw hash types.- Sized
Hash SizedHashextendsRawHashto include a constant size for the hash output.
Type Aliases§
- Generic
Hash - the GenericHash type alias defines a standard hash format for the crate
- Generic
Hash Output - a type alias for a generic hash output