Documentation ¶
Index ¶
- func Hmac(h func() hash.Hash, value, key string) (string, error)
- func HmacMD5(value, secret string) (string, error)
- func HmacSha1(value, secret string) (string, error)
- func HmacSha224(value, secret string) (string, error)
- func HmacSha256(value, secret string) (string, error)
- func HmacSha384(value, secret string) (string, error)
- func HmacSha512(value, secret string) (string, error)
- func MD5(plainText string) string
- func MD5File(path string) (string, error)
- func Sha1(text string) (string, error)
- func Sha224(text string) (string, error)
- func Sha256(text string) (string, error)
- func Sha384(text string) (string, error)
- func Sha512(text string) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HmacSha224 ¶
func HmacSha256 ¶
func HmacSha384 ¶
func HmacSha512 ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.