Versions in this module Expand all Collapse all v0 v0.0.3 Aug 20, 2024 v0.0.1 Aug 20, 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)