TranscriptHash.emptyHash
ubyte[] emptyHash(size_t hashLen)Returns the hash of an empty string for the current hash algorithm.
Parameters
hashLen | Hash output length (32 for SHA-256, 48 for SHA-384). |
Returns
Hash of empty string.
ubyte[] emptyHash(size_t hashLen)Returns the hash of an empty string for the current hash algorithm.
hashLen | Hash output length (32 for SHA-256, 48 for SHA-384). |