Post #3562686
2026-07-03 18:15 UTC
@jdlh@mstdn.ca Fixity is at the core: tracking whole-file hashes as primary identifiers, and optionally merkle trees for detecting partial-file changes, and also optionally metadata-excluding hashing for recognizing "same" objects with changed metadata.
"Verify this file against known hash history" is a primary operation.
Not in scope to add durability like erasure coding, but would potentially support such tools.
Replies (1)
-
@jdlh@mstdn.ca 2026-07-03 18:19
@aredridel@kolektiva.social very interesting! I have been pondering hashes of partial and complete metadata as well.