Versions in this module Expand all Collapse all v1 v1.0.2 Sep 6, 2023 v1.0.1 Dec 8, 2022 v1.0.0 Jul 14, 2022 Changes in this version + func Decrypt(key, ciphertext []byte, associated [][]byte) ([]byte, error) + func Encrypt(dst, key, plaintext []byte, associated [][]byte) ([]byte, error) + type NotAuthenticError struct + func (e *NotAuthenticError) Error() string