iceland2k14 / bsgs

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

ice_secp256k1.dll point_addition bug #27

Closed hskun closed 3 years ago

hskun commented 3 years ago

if 2 same points use point_addition , the result wrong.

iceland2k14 commented 3 years ago

Thank You. I will correct it. Till that time use Point Doubling for same points.