We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
input file:
400 800000000000000000000000000000 8000000000000000000000001FFFFF 03af08c568fbbc8c878252b72ff8cc03101b8f5ef61611dfdc3289719c6dec7dc2 032a08f56606f16c2bc60e77e5fe333c4d0e2114dd7eb8cf77b542bbc9c15868d9
Only one of those keys were found, both are in the middle of the given range
Private Key: 8000000000000000000000000FFFFF Public key: 03af08c568fbbc8c878252b72ff8cc03101b8f5ef61611dfdc3289719c6dec7dc2
Private Key: 800000000000000000000000100000 Public key: 032a08f56606f16c2bc60e77e5fe333c4d0e2114dd7eb8cf77b542bbc9c15868d9
I chose the baby step size of 0x400 (1024) just to debug less key operations, both keys are Edge cases but only one of them were found.
I wonder if someone miss one hit by this bug.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
input file:
Only one of those keys were found, both are in the middle of the given range
Private Key: 8000000000000000000000000FFFFF
Public key: 03af08c568fbbc8c878252b72ff8cc03101b8f5ef61611dfdc3289719c6dec7dc2
Private Key: 800000000000000000000000100000
Public key: 032a08f56606f16c2bc60e77e5fe333c4d0e2114dd7eb8cf77b542bbc9c15868d9
I chose the baby step size of 0x400 (1024) just to debug less key operations, both keys are Edge cases but only one of them were found.
I wonder if someone miss one hit by this bug.
The text was updated successfully, but these errors were encountered: