Computes a tagged hash using the specified prefix and data.
The prefix to use for the tagged hash. This should be one of the values from the TaggedHashPrefix enum.
TaggedHashPrefix
The data to hash, provided as a Uint8Array.
Uint8Array
The resulting tagged hash as a Uint8Array.
Computes a tagged hash using the specified prefix and data.