iceland2k14/bsgs

suggestion for faster search in multi public key

Closed this issue · 4 comments

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

Line 374

in this file bsgs_hybrid_dll_secp256k1.py??

in v6