JeanLucPons / Kangaroo

Pollard's kangaroo for SECPK1
GNU General Public License v3.0
252 stars 184 forks source link

multi pubkey search #56

Open makabress opened 4 years ago

makabress commented 4 years ago

hi and thank you JLP for all your work i like all what you made

i just have some questions: 1- when i add multiple pubkey , kangaroos will search all the key in the same time or it will done by order?

2- every time i restart with the same range without saving work , kangaroos create random starting point or same starting points?

3-any speed difference between compressed and uncompressed pubkey?

thank you

bigvito19 commented 4 years ago
  1. It will go 1 by 1 in order
  2. Random starting point every time you restart
  3. No
makabress commented 4 years ago

Thank you