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.