Versions in this module Expand all Collapse all v0 v0.1.0 Feb 4, 2018 v0.0.1 Jan 28, 2018 Changes in this version + func CompressAndEncryptWithRandomSecret(msg []byte) (encrypted []byte, secretKey [32]byte, err error) + func Decrypt(encrypted []byte, secretKey [32]byte) (decrypted []byte, err error) + func DecryptAndDecompress(encrypted []byte, secretKey [32]byte) (decrypted []byte, err error) + func EncryptWithRandomSecret(msg []byte) (encrypted []byte, secretKey [32]byte, err error)