hashes: remove outdated readme sections
What changed, and why it matters
This commit only removes two sections from a README file in the hashes subcrate: one about setting up git hooks and one about running benchmarks. No code, build scripts, tests, or documentation about cryptographic behavior were changed. There is no security relevance.
No action required; this is a non-security documentation cleanup.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff deletes 17 lines from hashes/README.md, removing the ‘Githooks’ and ‘Running Benchmarks’ contributor documentation sections. No Rust source, Cargo.toml, CI configuration, or hash implementation logic is modified. The change is purely documentation cleanup.
Changed components
hashes/README.mdInspect captured patch +0 / −17
diff --git a/hashes/README.md b/hashes/README.md
index 3f6dfd8d..cdbcc47c 100644
--- a/hashes/README.md
+++ b/hashes/README.md
@@ -10,20 +10,3 @@ since these are needed to display hashes anyway.
## Contributions
Contributions are welcome, including additional hash function implementations.
-
-### Githooks
-
-To assist devs in catching errors _before_ running CI we provide some githooks. If you do not
-already have locally configured githooks you can use the ones in this repository by running, in the
-root directory of the repository:
-
-```bash
-git config --local core.hooksPath githooks/
-```
-
-Alternatively add symlinks in your `.git/hooks` directory to any of the githooks we provide.
-
-### Running Benchmarks
-
-We use a custom Rust compiler configuration conditional to guard the benchmark code. To run the
-benchmarks use: `RUSTFLAGS='--cfg=bench' cargo +nightly bench`.
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.