package
0.0.0-20190131182504-b8fe1690c613
Repository: https://github.com/axxelg/crypto.git
Documentation: pkg.go.dev
# Functions
Expand returns a Reader, from which keys can be read, using the given pseudorandom key and optional context info, skipping the extraction step.
Extract generates a pseudorandom key for use with Expand from an input secret and an optional independent salt.
New returns a Reader, from which keys can be read, using the given hash, secret, salt and context info.