specifies the algorithm to use when invoking crypto.createHash()
(e.g., 'sha1', 'md5', 'sha256', 'sha512')
Computes the Ion hash of a value using the specified hash algorithm. The algorithm must be known to node's crypto module.
the native JavaScript value or instance of ion-js's dom.Value to be hashed
specifies the algorithm to use when invoking crypto.createHash()
(e.g., 'sha1', 'md5', 'sha256', 'sha512')
bytes representing the Ion hash of the value
Wraps the provided Reader as a HashReader.
Wraps the provided Writer as a HashWriter.
A HasherProvider implementation backed by node's crypto module.
if the specified algorithm isn't supported