Skip to content

Commit 7de9335

Browse files
committed
Merge rust-bitcoin#5063: docs: correct crate name and link reference
8db3e02 docs: correct crate name and link reference (Conger Rassen) Pull request description: Fix chacha20_poly135 to chacha20_poly1305 and update [address.md] link to [addresses.md] to match actual filename ACKs for top commit: apoelstra: ACK 8db3e02; successfully ran local tests Tree-SHA512: 894169797bf9f2ffe235b5955456210a46c1f40be36904d96927596830bd46495d522c3945a5c6d9864d12eb20ebb6b050f472ca6317f0f987c85759801f1110
2 parents 9baa6c4 + 8db3e02 commit 7de9335

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)