Versions in this module Expand all Collapse all v1 v1.0.3 Feb 15, 2024 v1.0.2 Feb 15, 2024 v1.0.1 Feb 15, 2024 Changes in this version + func Decrypt(secretKey, iv, ciphertext, additionalData []byte) ([]byte, error) + func Encrypt(secretKey, iv, plaintext, additionalData []byte) ([]byte, error) + func Prepare(secretKey []byte) (gcm cipher.AEAD, err error)