Versions in this module Expand all Collapse all v1 v1.0.0 May 12, 2023 Changes in this version + func AESDecryptData(cipherText []byte, aesKey []byte, iv []byte) (rawData []byte, err error) + func AESDecryptMsg(ciphertext []byte, aesKey []byte) (random, rawXMLMsg, appId []byte, err error) + func AESEncryptMsg(random, rawXMLMsg []byte, appId string, aesKey []byte) (ciphertext []byte) + func Bool(v bool) *bool + func Float32(v float32) *float32 + func Float64(v float64) *float64 + func Int(v int) *int + func Int32(v int32) *int32 + func Int64(v int64) *int64 + func MsgSign(token, timestamp, nonce, encryptedMsg string) (signature string) + func Sign(token, timestamp, nonce string) (signature string) + func String(v string) *string + func ToLower(s string) string + func Uint32(v uint32) *uint32 + func Uint64(v uint64) *uint64