# Functions
HmacSha256 the provided data.
HmacSha256WithPrk will HmacSha256 using the provided prk.
DerivedReader returns a reader from which keys can be read, using the given wrapper, reader length limit, salt and context info.
TestWrapper initializes an AEAD wrapping.Wrapper for testing.
WithBase58Encoding allows an optional request to base58 encode the data returned.
WithBase64Encoding allows an optional request to base64 encode the data returned.
WithEd25519 allows an optional request to use ed25519 during the operation.
WithPrefix allows an optional prefix to be specified for the data returned.
WithPrk allows an optional PRK (pseudorandom key) to be specified for an operation.
# Variables
No description provided by the author
# Type aliases
Option - how Options are passed as arguments.