Skip to content

Commit

Permalink
Reword two sentences slightly.
Browse files Browse the repository at this point in the history
  • Loading branch information
ctsrc committed Nov 20, 2024
1 parent 6cffa66 commit bf6a710
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/pgen/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,15 +189,15 @@ Then:

### BIP39 English wordlist and BIP39 algorithm

When using the BIP39 algorithm, the passphrase is derived directly from an entropy of random bits,
When using the BIP39 algorithm, the passphrase is derived directly from a specific number of random bits,
which are then padded with bits from a checksum at the end.

For example, for a BIP39 mnemonic sentence consisting of 12 words, one has to use 128 random bits
appended by 4 bits of checksum bits.

The checksum bits do not add entropy, nor are any of the initial entropy bits discarded.

So the entropy of a BIP39 mnemonic sentence is simply the number of random bits
The entropy of a BIP39 mnemonic sentence is simply the number of random bits
it was generated from in the first place.

Specifically, BIP39 has five different possible mnemonic sentence lengths, each with
Expand Down

0 comments on commit bf6a710

Please sign in to comment.