Versions in this module Expand all Collapse all v1 v1.0.0 Nov 7, 2017 Changes in this version + func CheckHMACSHA1(message, messageMAC, key []byte) bool + func HMACSHA1(message, key []byte) string + func MD5(b []byte) string + func RsaDecryptByPri(pri_key_file string, ciphertext []byte) ([]byte, error) + func RsaEncryptByPub(pub_key_file string, origData []byte) ([]byte, error) + func SHA1(b []byte) string