Private hashStatic ByteThe fixed length of the hash in bytes.
Static StringThe fixed length of the hash string representation in hexadecimal characters.
Static createCreates an array of Hash instances from a byte array.
An array of Hash instances created from the byte array.
Error if the byte array length is not a multiple of the hash length.
The byte array containing multiple hash values.
Static fromStatic fromCreates a Hash instance from a byte array.
A result object containing the new Hash instance and the remaining bytes.
Error if the byte array length does not match the expected hash length.
The byte array representing the hash.
Static fromStatic fromJSONGenerated using TypeDoc
Represents a cryptographic hash. This class provides methods for creating, manipulating, and comparing hash values.