search

goog.crypt.Sha2

Provided By
Extends
All Known Direct Subclasses

SHA-2 cryptographic hash constructor. This constructor should not be used directly to create the object. Rather, one should use the constructor of the sub-classes.

new Sha2( numHashBlocks, initHashBlocks )

Parameters
numHashBlocksnumber

The size of output in 16-byte blocks.

initHashBlocksArray<number>

The hash-specific initialization

Instance Methods

Instance Properties