# Functions

Decrypt decrypts data using 256-bit AES-GCM.
see: https://github.com/golang/crypto/blob/5c72a883971a4325f8c62bf07b6d38c20ea47a6a/acme/autocert/autocert.go#L547.
Encrypt encrypts data using 256-bit AES-GCM.