Appearance
inclusionLeafHash(nonce, signedUpdate): Uint8Array
nonce
signedUpdate
Uint8Array
Defined in: btcr2-leaf.ts:17
Compute the inclusion leaf hash. Per spec: SHA-256(SHA-256(nonce) || SHA-256(signedUpdate)).
SHA-256(SHA-256(nonce) || SHA-256(signedUpdate))