iceland2k14 / bsgs

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

suggestion for faster search in multi public key #49

Closed ramin1234 closed 2 years ago

ramin1234 commented 2 years ago

for Q in Qlist: found = bsgs_keys(Q, k1, k2)

You call this code for each public key but it may have been generated in the previous Q

ramin1234 commented 2 years ago

@iceland2k14

iceland2k14 commented 2 years ago

Line 374

ramin1234 commented 2 years ago

in this file bsgs_hybrid_dll_secp256k1.py??

iceland2k14 commented 2 years ago

in v6