Versions in this module Expand all Collapse all v1 v1.0.20 Feb 9, 2026 Changes in this version + func DecryptAESGCM(ciphertext []byte, keyByte []byte) ([]byte, error) + func EncryptAESGCM(plaintext []byte, keyByte []byte, ivByte []byte) ([]byte, error)