rainbow-dragon/Sources/ForgeOffload
2026-07-11 19:46:41 +00:00
..
CopyEngine.swift offload: CopyEngine — multi-destination verified copy (temp+rename, re-read hash), skip identical, conflict hard-error, partial re-copy — 6 tests 2026-07-10 20:13:12 +00:00
FileHasher.swift offload: xxHash64 (spec vectors) + MD5 (RFC 1321 vectors), streaming + chunked file hashing — 7 tests 2026-07-10 20:11:17 +00:00
HashAlgorithm.swift offload: checksum breadth — vendored xxHash 0.8.2 (XXH3-64/128, xxhsum-verified vectors), pure-Swift SHA1 (RFC 3174), HashAlgorithm dispatch, MHL per-algo elements + algo-aware verify, forge offload --checksum — 8 tests, 214 total 2026-07-11 19:46:41 +00:00
MD5.swift offload: xxHash64 (spec vectors) + MD5 (RFC 1321 vectors), streaming + chunked file hashing — 7 tests 2026-07-10 20:11:17 +00:00
MHL.swift offload: checksum breadth — vendored xxHash 0.8.2 (XXH3-64/128, xxhsum-verified vectors), pure-Swift SHA1 (RFC 3174), HashAlgorithm dispatch, MHL per-algo elements + algo-aware verify, forge offload --checksum — 8 tests, 214 total 2026-07-11 19:46:41 +00:00
OffloadReportWriter.swift offload: CSV/HTML reports + forge offload/verify CLI w/ MHL manifests per destination; end-to-end verified incl tamper detection — 2 tests 2026-07-10 20:16:52 +00:00
SHA1.swift offload: checksum breadth — vendored xxHash 0.8.2 (XXH3-64/128, xxhsum-verified vectors), pure-Swift SHA1 (RFC 3174), HashAlgorithm dispatch, MHL per-algo elements + algo-aware verify, forge offload --checksum — 8 tests, 214 total 2026-07-11 19:46:41 +00:00
XXH3.swift offload: checksum breadth — vendored xxHash 0.8.2 (XXH3-64/128, xxhsum-verified vectors), pure-Swift SHA1 (RFC 3174), HashAlgorithm dispatch, MHL per-algo elements + algo-aware verify, forge offload --checksum — 8 tests, 214 total 2026-07-11 19:46:41 +00:00
XXHash64.swift offload: xxHash64 (spec vectors) + MD5 (RFC 1321 vectors), streaming + chunked file hashing — 7 tests 2026-07-10 20:11:17 +00:00