crypto.Hash()
Description
Creates an instance of Hash.
Syntax
new crypto.Hash(algorithm)
Parameters
new crypto.Hash(algorithm)
algorithm
A string containing the name of the digest algorithm.
Return Value
A Hash object using the specified algorithm.
Creates an instance of Hash.
new crypto.Hash(algorithm)
new crypto.Hash(algorithm)
A string containing the name of the digest algorithm.
A Hash object using the specified algorithm.