Skip to content

Commit 3501653

Browse files
committed
Merge rust-bitcoin#5329: docs(crates): add consensus_encoding and crypto to current crates
48a2e5c docs(crates): add consensus_encoding and crypto to current crates (Bashmunta) Pull request description: Hi, i've added `consensus_encoding` and `crypto` crates to relevant documentation, I noticed that these were absent in docs, so I thought maybe it's gonna be a bit useful to add ACKs for top commit: tcharding: ACK 48a2e5c apoelstra: ACK 48a2e5c; successfully ran local tests Tree-SHA512: 162481231af9a15135bdee97313deda56855aa350c955cfbaab1253ab9ff5eb250de701c3ccf96709be5a2f09551cb7a373b70a397e026b78baf8c082165d28f
2 parents 617507e + 48a2e5c commit 3501653

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/crates.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ entry in [roadmap.md] and likely also a file of their own.
1212
- `base58`: Bitcoin base58 encoding and decoding (for pre-segwit addresses).
1313
- `bitcoin`: The `rust-bitcoin` crate.
1414
- `chacha20_poly1305`: ChaCha20 stream cipher with the Poly1305 MAC.
15+
- `consensus_encoding`: Consensus encoding and decoding.
16+
- `crypto`: Cryptography support for the rust-bitcoin ecosystem.
1517
- `hashes`: Rust Bitcoin hashes library.
1618
- `internals`: Used internally by crates in this repo.
1719
- `io`: Rust Bitcoin I/O library (to support `no_std`).

0 commit comments

Comments
 (0)