Documentation
¶
Index ¶
- func DecodeTeaStr(src []byte, pad int, teaKey string) ([]byte, error)
- func EncodePwd(password, ak string) string
- func EncodeTeaStr(src []byte, teaKey string) ([]byte, int, error)
- func GetTeaPadLen(length int) int
- func Hmac(key, content []byte, hFunc func() hash.Hash) string
- func MD5(content []byte) string
- func SHA1(content []byte) string
- func SHA512(content []byte) string
- func TeaHexDecode(hexBody []byte, bLen int, teaKey string) ([]byte, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetTeaPadLen ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.