shake library

Classes

SHAKE128
Implementation of SHAKE128 (XOF) based on Keccak as defined in FIPS 202. SHAKE128 allows generating an output of arbitrary length from an input.

Functions

shake128(Uint8List input, int outlen) Uint8List
Helper function for easy use of SHAKE128. Absorbs input and extracts outlen bytes from the XOF.