package
0.1.31
Repository: https://github.com/dcnetio/gothreads-lib.git
Documentation: pkg.go.dev

# Functions

FromBytes returns a key by decoding bytes.
FromString returns a key by decoding a base32-encoded string.
New returns Key if err is nil and panics otherwise.
NewRandom returns a random key.

# Constants

KeyBytes is the length of GCM key.
NonceBytes is the length of GCM nonce.

# Structs

Key is a wrapper for a symmetric key.