1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-13 19:38:56 +00:00

Edited ch04_keys.adoc with Atlas code editor

This commit is contained in:
clenser 2023-10-17 00:17:07 +00:00
parent 2813dcfb58
commit 38ee2608bb

View File

@ -638,7 +638,7 @@ shows the full base58 alphabet.
====
To add extra security against typos or transcription errors, base58check
includes a _checksum_ encoded in the base58 alphabet. The checksum is an
includes((("checksums"))) a _checksum_ encoded in the base58 alphabet. The checksum is an
additional four bytes
added to the end of the data that is being encoded. The checksum is
derived from the hash of the encoded data and can therefore be used to