package
8.15.2+incompatible
Repository: https://github.com/elastic/elastic-agent.git
Documentation: pkg.go.dev
# Functions
Decrypt decrypts the data with AES-GCM.
DecryptHex decrypts with hex string key and data.
Encrypt encrypts the data with AES-GCM.
EncryptHex encrypts with hex string key, producing hex encoded result.
NewKey generates new AES key as bytes.
NewKeyHexString generates new AES key as hex encoded string.
# Type aliases
AESKeyType indicates the AES key length.