Versions in this module Expand all Collapse all v7 v7.9.0 Jan 25, 2021 v7.8.1 Jan 25, 2021 Changes in this version + func Sign(mac *Mac, data []byte) string + func SignWithData(mac *Mac, data []byte) string + func VerifyCallback(mac *Mac, req *http.Request) (bool, error) + type Mac = auth.Credentials + func NewMac(accessKey, secretKey string) *Mac