Versions in this module Expand all Collapse all v0 v0.1.0 Mar 7, 2021 v0.0.9 Mar 7, 2021 Changes in this version + func DecodeRSA(privateKey, ciphertext []byte) ([]byte, error) + func EncodeRSA(publicKey, origData []byte) ([]byte, error) + func Md5(value string) string + type RsaData struct + PrivateKey []byte + PublicKey []byte + func NewRsa() (RsaData, error)