# Functions

Decrypt an aesGCM payload using a given key.
DecryptWithStringKey is helper function what can be used with hex encoded key.
Encrypt a payload with the given key using aesGCM cipher.
EncryptWithStringKey is helper function what can be used with hex encoded key.
Load rsa or ecc private key from disk.