From 236e2e1a6f0b663719f60a5c852d074437f5ced9 Mon Sep 17 00:00:00 2001 From: Dani Ihza Farrosi <57628386+danivideda@users.noreply.github.com> Date: Mon, 2 Oct 2023 06:40:55 +0700 Subject: [PATCH] Fixed incorrect bits info Minor typo here, 32 bytes is 256 bits of data. --- doc/CRYPTO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/CRYPTO.md b/doc/CRYPTO.md index 7fc813e2..ceca9621 100644 --- a/doc/CRYPTO.md +++ b/doc/CRYPTO.md @@ -33,7 +33,7 @@ Valid BIP39 Encoding defined (where CS is Checksum Size): | 15 words | 165 bits | 160 bits (20 bytes) | 5 bits | | 18 words | 198 bits | 192 bits (24 bytes) | 6 bits | | 21 words | 231 bits | 224 bits (28 bytes) | 7 bits | -| 24 words | 264 bits | 254 bits (32 bytes) | 8 bits | +| 24 words | 264 bits | 256 bits (32 bytes) | 8 bits | Words of the dictionary are different enough that it should be hard to swap by mistake one word by another close by,