Documentation
¶
Index ¶
Constants ¶
View Source
const ( // AlgorithmCRC32 is crc32 algorithm name of hash. AlgorithmCRC32 = "crc32" // AlgorithmBlake3 is blake3 algorithm name of hash. AlgorithmBlake3 = "blake3" // AlgorithmSHA1 is sha1 algorithm name of hash. AlgorithmSHA1 = "sha1" // AlgorithmSHA256 is sha256 algorithm name of hash. AlgorithmSHA256 = "sha256" // AlgorithmSHA512 is sha512 algorithm name of hash. AlgorithmSHA512 = "sha512" // AlgorithmMD5 is md5 algorithm name of hash. AlgorithmMD5 = "md5" )
Variables ¶
This section is empty.
Functions ¶
func SHA256FromStrings ¶
SHA256FromStrings computes the SHA256 checksum with multiple strings.
Types ¶
Click to show internal directories.
Click to hide internal directories.