search

goog.crypt.Sha2_64bit

Provided By
Extends
All Known Direct Subclasses

Constructs a SHA-2 64-bit cryptographic hash. This class should not be used. Rather, one should use one of its subclasses.

new Sha2_64bit( numHashBlocks, initHashBlocks )

Parameters
numHashBlocksnumber

The size of the output in 16-byte blocks

initHashBlocksArray<number>

The hash-specific initialization vector, as a sequence of sixteen 32-bit numbers.

Instance Methods

Instance Properties