Skip to content

Commit 8db3e02

Browse files
authored
docs: correct crate name and link reference
1 parent 5e75afe commit 8db3e02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/crates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ entry in [roadmap.md] and likely also a file of their own.
1111
- `addresses`: **Empty** placeholder (see future crates below).
1212
- `base58`: Bitcoin base58 encoding and decoding (for pre-segwit addresses).
1313
- `bitcoin`: The `rust-bitcoin` crate.
14-
- `chacha20_poly135`: ChaCha20 stream cipher with the Poly1305 MAC.
14+
- `chacha20_poly1305`: ChaCha20 stream cipher with the Poly1305 MAC.
1515
- `hashes`: Rust Bitcoin hashes library.
1616
- `internals`: Used internally by crates in this repo.
1717
- `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
3131

3232
## Future crates
3333

34-
- `addresses`: Bitcoin addresses (see [address.md])
34+
- `addresses`: Bitcoin addresses (see [addresses.md])
3535
- `bip-32`: BIP-0032 (and maybe BIP-0380) support (see [bip-32.md])
3636
- `psbt`: PSBTv2 support (see [psbt.md])
3737
- `keys`/`crypto`: Cryptography stuff or maybe just keys (see [keys.md])

0 commit comments

Comments
 (0)