From 38ee2608bbccf846caf9b1c94826fd5961305fb1 Mon Sep 17 00:00:00 2001 From: clenser Date: Tue, 17 Oct 2023 00:17:07 +0000 Subject: [PATCH] Edited ch04_keys.adoc with Atlas code editor --- ch04_keys.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch04_keys.adoc b/ch04_keys.adoc index 089f9015..1b158c5e 100644 --- a/ch04_keys.adoc +++ b/ch04_keys.adoc @@ -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