Skip to main content

Module hash

Module hash 

Source

Functions§

content_hash
Deterministic content hash of an AlephTree node. Two structurally identical trees — same shape, same field values, regardless of how or where they were constructed — always hash to the same value; this is the identity Aleph-Next’s content-addressed storage keys definitions by, not their name or their position in a file.
content_hash_hex
Hex-encoded form of content_hash — 64 lowercase hex characters.

Type Aliases§

NodeHash
A blake3 digest identifying an AlephTree node by structural content, not by name or position. See content_hash.