Skip to content

Commit

Permalink
Fixed incorrect bits info
Browse files Browse the repository at this point in the history
Minor typo here, 32 bytes is 256 bits of data.
  • Loading branch information
danivideda authored Oct 1, 2023
1 parent a057240 commit 236e2e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/CRYPTO.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 236e2e1

Please sign in to comment.