Documentation
¶
Index ¶
- func GetB64(in []byte) string
- func GetHMAC(hashType HashType, input, key []byte) []byte
- func GetHex(in []byte) string
- func GetMD5(in []byte) []byte
- func GetSHA1(in []byte) []byte
- func GetSHA256(in []byte) []byte
- func GetSHA512(input []byte) []byte
- func HexEncodeToString(input []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.