PreHash

constructor(content: String, hashAlgorithm: String)

Parameters

content

The pre-hashed content in hexadecimal representation.

hashAlgorithm

The hashing algorithm to apply to the provided content. Possible values:

  • SHA256

  • KECCAK256

  • BLAKE2

  • SHA3

  • DOUBLE_SHA256