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