package
0.13.0
Repository: https://github.com/ibrt/golang-utils.git
Documentation: pkg.go.dev

# Functions

MustHash completes the hash by writing the buffer, summing it, and returning it as a hex-encoded string.
MustHashFNV1128 calculates a 128-bit FNV-1 hash and returns it as a hex-encoded string.
MustHashSHA256 calculates an SHA-256 hash and returns it as a hex-encoded string.