File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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] )
You can’t perform that action at this time.
0 commit comments