Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Private Key Base6 Format (99 characters [0-5]) Not right #181

Open
MrMaxweII opened this issue Mar 3, 2018 · 0 comments
Open

Private Key Base6 Format (99 characters [0-5]) Not right #181

MrMaxweII opened this issue Mar 3, 2018 · 0 comments

Comments

@MrMaxweII
Copy link

MrMaxweII commented Mar 3, 2018

99 characters [0-5] is not right, it must be 100 characters!

The maximum number space of the private keys is: 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFEBAAEDCE6AF48A03BBFD25E8CD0364140

They do not reach this number space with 99 numbers.
The largest number in Base6 format is: 1021410542201502023034020312354303525141003020114142003134301540433233134222423333133255354344331040
And these are 100 numbers!
Please use the modulo operator!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@MrMaxweII and others