diff options
author | MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> | 2024-09-03 19:13:08 +0200 |
---|---|---|
committer | MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> | 2024-09-03 19:35:43 +0200 |
commit | fa78ed83be1f6831416a6f6632e2161f12d359e4 (patch) | |
tree | 2c67ee1c196764b9ea5f7fd52ce00e80884ed35a /doc | |
parent | 9cb9651d92ddb5d92724f6a52440601c7a0bbcf8 (diff) |
doc: Clarify libbitcoin_consensus in design/libraries.md
Diffstat (limited to 'doc')
-rw-r--r-- | doc/design/libraries.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/design/libraries.md b/doc/design/libraries.md index 8a4ee31568..335d3957d4 100644 --- a/doc/design/libraries.md +++ b/doc/design/libraries.md @@ -4,7 +4,7 @@ |--------------------------|-------------| | *libbitcoin_cli* | RPC client functionality used by *bitcoin-cli* executable | | *libbitcoin_common* | Home for common functionality shared by different executables and libraries. Similar to *libbitcoin_util*, but higher-level (see [Dependencies](#dependencies)). | -| *libbitcoin_consensus* | Stable, backwards-compatible consensus functionality used by *libbitcoin_node* and *libbitcoin_wallet*. | +| *libbitcoin_consensus* | Consensus functionality used by *libbitcoin_node* and *libbitcoin_wallet*. | | *libbitcoin_crypto* | Hardware-optimized functions for data encryption, hashing, message authentication, and key derivation. | | *libbitcoin_kernel* | Consensus engine and support library used for validation by *libbitcoin_node*. | | *libbitcoinqt* | GUI functionality used by *bitcoin-qt* and *bitcoin-gui* executables. | |