# Functions
No description provided by the author
HashBytes returns hash of []byte b.
HashFile uses buffer with specified length to read and hash file as []byte
bl is the number of bytes for HashFile to create reading buffer.
HashFilePath opens specified file and calls to HashFile
bl is the number of bytes for HashFile to create reading buffer.
HashString returns hash of string s.
# Type aliases
No description provided by the author