package
0.4.1
Repository: https://github.com/thinkgos/x.git
Documentation: pkg.go.dev

# Functions

Hash Generate a hex hash value, expects: md5, sha1, sha224, sha256, sha384, sha512.
Hmac Generate a hex hash value with the key, expects: hmacmd5, hmacsha1, hmacsha224, hmacsha256, hmacsha384, hmacsha512.
MD5 calculate the md5 hash of a hex string.
SHA1 calculate the sha1 hash of a hex string.
SHA256 calculate the sha256 hash of a hex string.
SHA512 calculate the sha512 hash of a hex string.