SHAKE256
Implements hash.Hash
.
Synchronous implementation of SHAKE256 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;
}
blockSize
size