package
0.0.0-20191101094200-9e8562eb8485
Repository: https://github.com/utopiacoinorg/ucwallet.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.
Various constants needed for encryption scheme.
Expose secretbox's Overhead const here for convenience.

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