# Functions

NONE returns the input message unchanged.
SHA256 hash the supplied message bytes to create a digest for signing.
SHA3_256 hash the supplied message bytes to create a digest for signing.
SHA3_384 hash the supplied message bytes to create a digest for signing.
SHA384 hash the supplied message bytes to create a digest for signing.

# Type aliases

Hash function generates a digest for the supplied message.