goog.crypt.hashTesterProvided Bygoog.crypt.hashTesterNo description available.VIEW SOURCEFunctionsexpand_morerunBasicTests( hash ) → voidRuns basic tests. Parametershashgoog.crypt.HashA hash instance. VIEW SOURCEexpand_morerunBlockTests( hash, blockBytes ) → voidRuns block tests. Parametershashgoog.crypt.HashA hash instance. blockBytesnumberSize of the hash block. VIEW SOURCEexpand_morerunPerfTests( hashFactory, hashName ) → voidRuns performance tests. ParametershashFactoryfunction(): goog.crypt.HashA hash factory. hashNamestringName of the hashing function. VIEW SOURCE