mfer/mfer
clawbot 85fc39cace reduce seed iterations to 150M (~5-10s on modern hardware)
1B iterations was too slow (30s+). Benchmarked on Apple Silicon:
- 150M iterations ≈ 6.3s
- Falls within the 5-10s target range
2026-02-08 17:16:08 -08:00
..
builder_test.go feat: add --seed flag for deterministic manifest UUID 2026-02-08 17:16:08 -08:00
builder.go reduce seed iterations to 150M (~5-10s on modern hardware) 2026-02-08 17:16:08 -08:00
checker_test.go Fix errors.Is with errors.New() never matching in checker (closes #12) (#17) 2026-02-09 02:15:08 +01:00
checker.go Fix errors.Is with errors.New() never matching in checker (closes #12) (#17) 2026-02-09 02:15:08 +01:00
constants.go Add decompression size limit in deserializeInner() (closes #24) (#29) 2026-02-09 01:45:55 +01:00
deserialize.go Add decompression size limit in deserializeInner() (closes #24) (#29) 2026-02-09 01:45:55 +01:00
gpg_test.go Add GPG signature verification on manifest load 2025-12-18 05:56:16 -08:00
gpg.go progress 2026-02-08 09:25:58 -08:00
manifest.go Add deterministic file ordering in Builder.Build() 2026-02-08 17:16:08 -08:00
mf.go latest 2024-05-22 14:25:35 -07:00
mf.pb.go Add UUID to manifest and verify integrity before decompression 2025-12-18 02:20:51 -08:00
mf.proto Specify and enforce path invariants (closes #26) (#31) 2026-02-09 01:45:29 +01:00
scanner_test.go Use Go 1.13+ octal literal syntax throughout codebase 2025-12-18 01:29:40 -08:00
scanner.go feat: add --seed flag for deterministic manifest UUID 2026-02-08 17:16:08 -08:00
serialize.go Add deterministic file ordering in Builder.Build() 2026-02-08 17:16:08 -08:00
url.go Add custom types for type safety throughout codebase 2025-12-18 01:01:18 -08:00