# Functions
FastHash - sha1 hash the given data and return the hash as hex string - data is the data to hash.
Hash hash the given data and return the hash as hex string - data is the data to hash.
RawFastHash - Logic to sha1 hash the text and return the hash bytes - data is the data to hash.
RawHash Logic to hash the text and return the hash bytes - data is the data to hash.
ShaHash hash the given data and return the hash as hex string - data is the data to hash.
# Constants
No description provided by the author
# Type aliases
HashBytes hash bytes.