package
1.8.0
Repository: https://github.com/lazybark/go-helpers.git
Documentation: pkg.go.dev

# 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.

# Constants

Legal hash types.
Legal hash types.
Legal hash types.
Legal hash types.

# Type aliases

No description provided by the author