Versions in this module Expand all Collapse all v0 v0.2.0 Oct 27, 2019 v0.1.0 Dec 28, 2018 Changes in this version + func AddBase64Padding(base64Input string) string + func ApplyScaleFactor(price float64, scaleFactor float64, isDebugMode bool) [8]byte + func CreateHmac(key string, isBase64 bool, mode KeyDecodingMode) (hash.Hash, error) + func HmacSum(hmac hash.Hash, buf []byte) []byte + type KeyDecodingMode string + const Hexa + const Utf8 + func ParseKeyDecodingMode(input string) (KeyDecodingMode, error) + func (kd KeyDecodingMode) String() string