sha2_64bit.js
No description.

File Location

/goog/crypt/sha2_64bit.js

Classes

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

Public Protected Private

Global Functions

goog.crypt.Sha2_64bit.toLongArray_(values) !Array.<!goog.math.Long>
Converts an array of 32-bit integers into an array of goog.math.Long elements.
Arguments:
values : !Array.<number>
An array of 32-bit numbers. Its length must be even. Each pair of numbers represents a 64-bit integer in big-endian order
Returns: !Array.<!goog.math.LongNo description.
code »

Directory crypt

File Reference