package
1.9.25
Repository: https://github.com/p9c/pod.git
Documentation: pkg.go.dev

# Functions

GenerateCryptoKey generates a new crypotgraphically random key.
NewSecretKey returns a SecretKey structure based on the passed parameters.

# Constants

2^14.
Various constants needed for encryption scheme.
Various constants needed for encryption scheme.
Various constants needed for encryption scheme.
Overhead const here expose secretbox's for convenience.

# 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.