Documentation ¶
Index ¶
- func HmacSha1(strContent string, strSecret string) string
- func HmacSha1Hex(strContent string, strSecret string) string
- func HmacSha256(strContent string, strSecret string) string
- func HmacSha256Hex(strContent string, strSecret string) string
- func HmacSha512(strContent string, strSecret string) string
- func HmacSha512Hex(strContent string, strSecret string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HmacSha1Hex ¶ added in v1.1.5
HMAC+SHA1+HEX
func HmacSha256 ¶
HMAC+SHA256+HEX+BASE64
func HmacSha256Hex ¶ added in v1.1.5
HMAC+SHA256+HEX
func HmacSha512 ¶
HMAC+SHA512+HEX+BASE64
func HmacSha512Hex ¶ added in v1.1.5
HMAC+SHA512+HEX
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.