Documentation ¶ Index ¶ func AesDecrypt(key string, encrypt string) (string, error) func BASE64(input []byte) string func PKCS7UnPadding(plantText []byte) []byte func SHA1(source string) string func SHA256(source string) []byte func URLEncode(input string) string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func AesDecrypt ¶ added in v0.0.3 func AesDecrypt(key string, encrypt string) (string, error) func BASE64 ¶ func BASE64(input []byte) string func PKCS7UnPadding ¶ added in v0.0.3 func PKCS7UnPadding(plantText []byte) []byte func SHA1 ¶ func SHA1(source string) string func SHA256 ¶ func SHA256(source string) []byte func URLEncode ¶ func URLEncode(input string) string Types ¶ This section is empty. Source Files ¶ View all Source files aes.go encoder.go hmac.go Click to show internal directories. Click to hide internal directories.