iceland2k14 / bsgs

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

Why so many false collissions #33

Open unclevito2017 opened 3 years ago

unclevito2017 commented 3 years ago

A False collision ignored. Bloom collision, but No bPfile collision. Do I need to make the bpfile again? Also pubsub works fine in windows but no luck in linux, cannot import the dll. Are you going to make a ubuntu version?

iceland2k14 commented 3 years ago

No. False collision is expected in probabilistic data type as we are using bloom filters. If it annoys you, you can just comment that message display in the code, the script is not stopping on that. Pubsub i already updated and moved to a new Repo with both Windows and Linux ---> Here