Expand description
§Representation Independent Hash
Enums§
- Represents a value to be hashed. Only UTF-8 strings, bytes, unsigned numbers, and arrays are currently supported.
Functions§
- Calculates the SHA-256 hash of the given slice.
- A partial implementation of
Representation Independent Hash
that only supports UTF-8 strings or numbers as values.
Type Aliases§
- Type alias for a SHA-256 hash.