iceland2k14 / bsgs

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

how to change generator for another or share source for ice_secp256k1.so #53

Open mironiec opened 2 years ago

mironiec commented 2 years ago

could you explain how to change base generator for bsgs_dll? now you have set up for G , I would change for other pubkey or can you share ice_secp256k1.so as source for changing? and source for file: bsgs.so?

iceland2k14 commented 2 years ago

P2 is another Point, Not G.

https://github.com/iceland2k14/bsgs/blob/acefb326144e7619ac7a7c6d3e10723b91cb5796/v6_dll_bsgs/bsgs_dll_search.py#L218 https://github.com/iceland2k14/bsgs/blob/acefb326144e7619ac7a7c6d3e10723b91cb5796/v6_dll_bsgs/bsgs_dll_search.py#L302