Documentation ¶
Index ¶
- func Atob(s interface{}) string
- func Base32Decode(s interface{}) string
- func Base32Encode(s interface{}) string
- func Base64Decode(s interface{}) string
- func Base64Encode(s interface{}) string
- func Btoa(s interface{}) string
- func DecodeURI(s interface{}) string
- func DecodeURIComponent(s interface{}) string
- func EncodeURI(s interface{}) string
- func EncodeURIComponent(s interface{}) string
- func Escape(s interface{}) string
- func HexDecode(s interface{}) []byte
- func HexEncode(s interface{}) []byte
- func HmacMD4(s, key interface{}) []byte
- func HmacMD5(s, key interface{}) []byte
- func HmacRIPEMD160(s, key interface{}) []byte
- func HmacSHA1(s, key interface{}) []byte
- func HmacSHA224(s, key interface{}) []byte
- func HmacSHA256(s, key interface{}) []byte
- func HmacSHA384(s, key interface{}) []byte
- func HmacSHA512(s, key interface{}) []byte
- func MD4(s interface{}) string
- func MD5(s interface{}) string
- func Marshal(data interface{}) ([]byte, error)
- func RC4(data, key interface{}) []byte
- func RIPEMD160(s interface{}) string
- func SHA1(s interface{}) []byte
- func SHA224(s interface{}) []byte
- func SHA256(s interface{}) []byte
- func SHA384(s interface{}) []byte
- func SHA512(s interface{}) []byte
- func UnEscape(s interface{}) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.