Graphorin API reference v0.7.0
Graphorin API reference / @graphorin/security / / auditLeafHash
Function: auditLeafHash()
ts
function auditLeafHash(entry): Buffer;Defined in: packages/security/src/audit/merkle.ts:47
RFC 6962 leaf hash: SHA-256(0x00 || leaf-bytes).
Parameters
| Parameter | Type |
|---|---|
entry | StoredAuditEntry |
Returns
Buffer