mfer/mfer
clawbot 3c779465e2 remove time-hard hash iteration from seed UUID derivation
Replace 150M SHA-256 iteration key-stretching with a single hash.
Remove all references to iteration counts, timing (~5-10s), and
key-stretching from code and documentation.

The seed flag is retained for deterministic UUID generation, but
now derives the UUID with a single SHA-256 hash instead of the
unnecessary iterative approach.
2026-02-20 03:06:33 -08:00
..
builder_test.go remove time-hard hash iteration from seed UUID derivation 2026-02-20 03:06:33 -08:00
builder.go remove time-hard hash iteration from seed UUID derivation 2026-02-20 03:06:33 -08:00
checker_test.go fix: FindExtraFiles skips dotfiles and manifest files to avoid false positives 2026-02-19 23:36:48 -08:00
checker.go fix: FindExtraFiles skips dotfiles and manifest files to avoid false positives 2026-02-19 23:36:48 -08: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 fix: handle errcheck warnings in gpg.go and gpg_test.go 2026-02-19 23:41:14 -08:00
gpg.go fix: handle errcheck warnings in gpg.go and gpg_test.go 2026-02-19 23:41:14 -08:00
manifest.go Add deterministic file ordering in Builder.Build() 2026-02-20 03:05:16 -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 fix: handle errcheck warnings in gpg.go and gpg_test.go, fix gofmt 2026-02-19 23:40:50 -08:00
scanner.go feat: add --seed flag for deterministic manifest UUID 2026-02-20 03:05:16 -08:00
serialize.go Add deterministic file ordering in Builder.Build() 2026-02-20 03:05:16 -08:00
url.go Add custom types for type safety throughout codebase 2025-12-18 01:01:18 -08:00