Versions in this module Expand all Collapse all v1 v1.2.1 Nov 6, 2018 v1.2.0 Aug 31, 2018 Changes in this version + func Decrypt(in io.Reader, out io.Writer, keydir string, userSuppliedPrivateKey string) error + func DecryptFile(filePath, keydir string, userSuppliedPrivateKey string) ([]byte, error) + func Encrypt(in io.Reader, out io.Writer) (int, error) + func EncryptFileInPlace(filePath string) (int, error) + func GenerateKeypair() (pub string, priv string, err error)