Documentation ¶
Index ¶
- func GetHMAC(hashType HashType, plain, secret []byte) []byte
- func GetHex(message []byte) string
- func GetMD5(message []byte) []byte
- func GetSHA1(message []byte) []byte
- func GetSHA256(message []byte) []byte
- func GetSHA512(message []byte) []byte
- func HexEncodeToString(message []byte) string
- func Md5Buf(buf []byte) (string, error)
- func Md5File(filename string) (string, error)
- func Md5Str(str string) (string, error)
- type HashType
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HexEncodeToString ¶
HexEncodeToString takes in a hexadecimal byte array and returns a string
Types ¶
Click to show internal directories.
Click to hide internal directories.