Skip to main content

Module hash

Module hash 

Source
Expand description

Deterministic hashing using BLAKE3.

Git に人生相談してはいけない。 DirtyData の因果の鎖は BLAKE3 で繋ぐ。

Functions§

hash_bytes
Hash arbitrary bytes.
hash_graph
Hash an entire graph for integrity verification. BTreeMap iteration gives deterministic key order.
hash_patch
Hash a patch deterministically. The hash covers operations, intent, and parents — but NOT the identity or timestamp. This means the same logical change always produces the same hash.