SHAKE128
Implements hash.Hash.
Synchronous implementation of SHAKE128 as specified in NIST FIPS 202.
Constructor
function constructor(size: number): this;
Parameters
size: Digest size in bytes.
Methods
digest()update()
Properties
interface Properties {
blockSize: number;
size: number;
}
blockSizesize