The string to hash
sha1 | sha256 | sha512 | md5 | etc...
Will throw an error if the hashing algorithm is not supported.
crypto.getHashes for a list of accepted strings for 'algorithm'
strHash.toUint32Array('hello')
//=> Uint32Array(8) [3125670444, 245608543, 708569126, 2665658821, 1545475611, 1581426463, 1647510643, 613976979]
Generated using TypeDoc
Hash a string into an array of unsigned 32-bit integers.