Files
Yam Marcovitz 7ffc816a1b Replace md5 with xxh3 for IDs and content checksums
Swaps hashlib.md5 for xxhash.xxh3_64 across all stores' content
checksums and xxh3_128 for IdGenerator's deterministic ID derivation.
Existing rows keep their md5-derived strings; no comparator code reads
checksums, so the change is forward-only.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-03 14:01:36 +03:00
..