tintinweb / ecdsa-private-key-recovery

A simple library to recover the private key of ECDSA and DSA signatures sharing the same nonce k and therefore having identical signature parameter r

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ECDSA Parameters

tiagomendes7 opened this issue · comments

I am trying to extract the ECDSA parameters from the bitcoin blockchain.

I tried reading your code but couldnt understand where you obtain the hash of the message and the publick key. Could you tell me in each file and the lines where that is done ?

you're welcome