Versions in this module Expand all Collapse all v0 v0.2.0 Mar 27, 2020 Changes in this version + func Decrypt(w io.Writer, message io.Reader, privKey *rsa.PrivateKey) error + func DecryptKey(w io.Writer, cipher io.Reader, privKey *rsa.PrivateKey) error + func Encrypt(w io.Writer, message io.Reader, pubKey *rsa.PublicKey) error + func EncryptKey(w io.Writer, message io.Reader, pubKey *rsa.PublicKey) error