Expand description
Provides the hash implementation for all borderless-primitives.
This library contains the implementation of the Hash256
, that is used throughout the entire borderless stack.
Internally, it uses the sha-3 hash function to digest binary data and actually generate the hash.
Re-exports§
Modules§
Macros§
Structs§
- Hash256
- Hasher
- Hasher that produces the
Hash256
as an output. - Invalid
Slice Length - Error that indicates an invalid slice length.
Functions§
- b16_
display - Applies the hexadecimal-encoding scheme to some data but only returns the first eight characters.