Skip to content

Commit 85ccf23

Browse files
authored
Merge pull request bitcoin#1469 from theborakompanioni/patch-1
fix(bip85): rectify pwd_length in PWD BASE85 table
2 parents cc2a9c7 + 265d64c commit 85ccf23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bip-0085.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ Entropy = log2(R ** L)<br>
327327
|-
328328
| 30 || 192.0
329329
|-
330-
| 20 || 512.0
330+
| 80 || 512.0
331331
|}
332332

333333
INPUT:

0 commit comments

Comments
 (0)