package
0.0.0-20201016232853-f42a24ba5a81
Repository: https://github.com/sour-is/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.