docs: correct crate name and link reference
What changed, and why it matters
This commit fixes two typos in a Markdown documentation file: the cryptographic crate name is corrected from 'chacha20_poly135' to 'chacha20_poly1305', and a broken link reference is corrected from 'address.md' to 'addresses.md'. There are no code changes and no security implications.
No security action required. This is a documentation typo fix.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff modifies docs/crates.md only. It corrects a misspelled crate name (chacha20_poly1305) and a broken markdown link target (addresses.md). No Rust source code, build scripts, tests, or dependencies were changed.
Changed components
docs/crates.mdInspect captured patch +2 / −2
diff --git a/docs/crates.md b/docs/crates.md
index a6bee57d..f586a8a6 100644
--- a/docs/crates.md
+++ b/docs/crates.md
@@ -11,7 +11,7 @@ entry in [roadmap.md] and likely also a file of their own.
- `addresses`: **Empty** placeholder (see future crates below).
- `base58`: Bitcoin base58 encoding and decoding (for pre-segwit addresses).
- `bitcoin`: The `rust-bitcoin` crate.
-- `chacha20_poly135`: ChaCha20 stream cipher with the Poly1305 MAC.
+- `chacha20_poly1305`: ChaCha20 stream cipher with the Poly1305 MAC.
- `hashes`: Rust Bitcoin hashes library.
- `internals`: Used internally by crates in this repo.
- `io`: Rust Bitcoin I/O library (to support `no_std`).
@@ -31,7 +31,7 @@ people or they have a (slightly) different set of maintainers and/or merge polic
## Future crates
-- `addresses`: Bitcoin addresses (see [address.md])
+- `addresses`: Bitcoin addresses (see [addresses.md])
- `bip-32`: BIP-0032 (and maybe BIP-0380) support (see [bip-32.md])
- `psbt`: PSBTv2 support (see [psbt.md])
- `keys`/`crypto`: Cryptography stuff or maybe just keys (see [keys.md])
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.