package
0.4.4
Repository: https://github.com/kcarretto/paragon.git
Documentation: pkg.go.dev

# 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

# Structs

Key is a basic type alias for string that will let us provide linting within scripts WARNING: This is NOT how you should normally handle keys in go.