SHA3_224

Implements hash.Hash.

Synchronous implementation of SHA3-224 as specified in NIST FIPS 202.

Methods

  • digest()
  • update()

Properties

interface Properties {
	blockSize: number;
	size: number;
}
  • blockSize
  • size