Versions in this module Expand all Collapse all v1 v1.1.4 Mar 30, 2024 v1.1.3 Oct 27, 2021 v1.1.2 Sep 17, 2021 Changes in this version + func HmacSha256(data []byte, secret []byte) (output []byte) v1.0.1 Jun 20, 2019 Changes in this version + func HmacSha1(data []byte, secret []byte) (output []byte) + func Md5HexString(from []byte) string + func Sha1HexString(data []byte) (output string) + func Sha256HexString(data []byte) (output string)