Documentation ¶
Index ¶
- func CheckMAC(message, messageMAC, key string) bool
- func Contains(a []string, x string) bool
- func GenerateHmac(message string, key string) (hmacString string)
- func GenerateSimpleHmac(message string, key string) (hmacString string)
- func LogPanic(err error)
- func MapTransform(obj interface{}, name string, value interface{}) error
- func Sign(message, key string) string
- func SignShaOne(message, key string) string
- func SpaceMap(str string) string
- func ValidateHmac(hmacMessage string, payload string, key string) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateHmac ¶
GenerateHmac generates the hmac
func GenerateSimpleHmac ¶
GenerateHmac generates the hmac
func MapTransform ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.