Versions in this module Expand all Collapse all v1 v1.2.0 Nov 11, 2023 Changes in this version + func Decrypt(cipherText []byte, key []byte) ([]byte, error) + func DecryptWithNonceSize(cipherBytes []byte, key []byte, nonceSize int) ([]byte, error) + func Encrypt(plain []byte, key []byte) ([]byte, error) + func EncryptWithNonce(plain []byte, key []byte, nonce []byte) ([]byte, error) + func EncryptWithNonceSize(plain []byte, key []byte, nonceSize int) ([]byte, error)