# Functions
GenerateCryptoKey generates a new crypotgraphically random key.
NewSecretKey returns a SecretKey structure based on the passed parameters.
# Variables
No description provided by the author
No description provided by the author
ErrDecryptFailed ...
ErrInvalidPassword ...
ErrMalformed ...
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Parameters are not secret and can be stored in plain text.
SecretKey houses a crypto key and the parameters needed to derive it from a passphrase.
# Type aliases
CryptoKey represents a secret key which can be used to encrypt and decrypt data.