# Functions
CreateKey creates a new Key object to be passed around given the value.
Decrypt takes a Key and AESGCM encrypted IV+ciphertext data and returns the plaintext.
Encrypt takes a Key and some data and returns the AESGCM encrypted IV+ciphertext.
GenerateKey creates a new Key object to be passed around.
Include the crypto library in a script environment.
Library prepares a new crypto library for use within a script environment.
ParseParam from starlark input.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author