iceland2k14 / bsgs

Find PrivateKey of corresponding Pubkey(s) using BSGS algo
MIT License
109 stars 59 forks source link

some problem #37

Open sokary2004 opened 2 years ago

sokary2004 commented 2 years ago

hi 1: random have problem for rand in range ... It is always larger in number

for example : thıs range 1:ffffffff ===> Program output ==> 88888888 and 45621478 and 98545651 never see lıke 00000008 or 654f

2: program need found.txt

thanks

iceland2k14 commented 2 years ago

1: The number of points in higher side will be always larger than lower points. For example from 2^3 - 2^4 is only 8 points while 2^4 - 2^5 is 16 points..... ans so on... So you must run it many many times to be able to see lower values.

2: Yes i know. It is so trivial to add. I left it for user to do.