Merge pull request #46 from einsz/patch-1

Fix possible numbers in base32
This commit is contained in:
cathugger
2021-01-13 11:03:54 +00:00
committed by GitHub

View File

@@ -77,7 +77,7 @@ performance-related tips.
* Generate addresses with 1-2 and 7-9 digits? * Generate addresses with 1-2 and 7-9 digits?
Onion addresses use base32 encoding which does not include 1,2,7,8,9 Onion addresses use base32 encoding which does not include 0,1,8,9
numbers.\ numbers.\
So no, that's not possible to generate these, and mkp224o tries to So no, that's not possible to generate these, and mkp224o tries to
detect invalid filters containing them early on. detect invalid filters containing them early on.