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

imprtant bug!!! #52

Open
ramin1234 opened this issue Jan 5, 2022 · 4 comments
Open

imprtant bug!!! #52

ramin1234 opened this issue Jan 5, 2022 · 4 comments

Comments

@ramin1234
Copy link

python bsgs_dll_search.py -n 40000000000 -keyspace F00000000000000000000000000000000000000000000000000000f0f2000000:F00000000000000000000000000000000000000000000000000000fff2000000 -b bpfile.bin -bl bloomfile.bin -p 04282773874199B856AC5CB3BE2E0EEDAB47257EA14FFBC4327C1EA2D1A0A39DCE007FA130DB53375A3C42D5DC9546A12158A39D5948607631C99DF57E9E4B63CA

it can find private key . but when i change -keyspace ,it cant find like this
F00000000000000000000000000000000000000000000000000000f0f1000000:F00000000000000000000000000000000000000000000000000000fff2000000

@ramin1234
Copy link
Author

if we create small bloom file it works but if we create large bloom file it has this problem .
thanks
@iceland2k14

@ramin1234
Copy link
Author

ramin1234 commented Jan 6, 2022

@iceland2k14 i think i found bug .
when i increase -n parameter it can find but when i decrease it it cant find , i have many public keys and i decrease -n parameter for see logs
can you solve it
thanks

@ramin1234
Copy link
Author

u didnot answer i change this line
S2_list = ice.point_loop_subtraction( 1+(k2-k1)//m, S, wG )
to
S2_list = ice.point_loop_subtraction(w, S, wG )
i dont know why but it works

@mironiec
Copy link

as ramin1234 wrote: after changing : works.
any idea how to change base generator from G to 10*G?

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

2 participants