shake128 top-level constant
_Shake128Builder
const shake128
SHAKE-128 is a member of SHA-3 family which uses 128-bit blocks to generate a message digest of arbitrary length.
SHA-3 is a subset of Keccak cryptographic family, standardized by NIST on 2015 to substitute SHA-2 if necessary. Since the algorithm uses the sponge construction, it can generate any arbitrary length of message digest. This implementation generates a arbitrary length output using the standard SHA-3 algorithm.
Implementation
const shake128 = _Shake128Builder();