Documentation
¶
Index ¶
- 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)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecryptAndDecompress ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.