mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-01-10 03:27:19 -03:00
Fix possible numbers in base32
The readme stated is is possible to gerenate a 0 and also stated 2 and 7 are not included in the base32 character set... fixed that.
This commit is contained in:
parent
f6bda1035c
commit
5938904f46
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ performance-related tips.
|
|||
|
||||
* 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.\
|
||||
So no, that's not possible to generate these, and mkp224o tries to
|
||||
detect invalid filters containing them early on.
|
||||
|
|
Loading…
Reference in a new issue