Documentation ¶
Overview ¶
Package hashz provides various utilities calculating hashes.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MustHash ¶
MustHash completes the hash by writing the buffer, summing it, and returning it as a hex-encoded string.
func MustHashFNV1128 ¶
MustHashFNV1128 calculates a 128-bit FNV-1 hash and returns it as a hex-encoded string.
func MustHashMD5 ¶
MustHashMD5 calculates a MD5 hash and returns it as a hex-encoded string.
func MustHashSHA1 ¶
MustHashSHA1 calculates an SHA-1 hash and returns it as a hex-encoded string.
func MustHashSHA256 ¶
MustHashSHA256 calculates an SHA-256 hash and returns it as a hex-encoded string.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.