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. |
||
|---|---|---|
| .. | ||
| builder_test.go | ||
| builder.go | ||
| checker_test.go | ||
| checker.go | ||
| constants.go | ||
| deserialize.go | ||
| gpg_test.go | ||
| gpg.go | ||
| manifest.go | ||
| mf.go | ||
| mf.pb.go | ||
| mf.proto | ||
| scanner_test.go | ||
| scanner.go | ||
| serialize.go | ||
| url.go | ||