bitpay / bitcore-lib

A pure and powerful JavaScript Bitcoin library
https://bitcore.io/
Other
611 stars 1.03k forks source link

Is signing a transaction with bitcore-lib vulnerable to recovering private keys? #158

Closed odyzxc closed 6 years ago

odyzxc commented 6 years ago

Is signing a transaction with bitcore-lib vulnerable to recovering private keys while propagating more than one transaction using one input address? See http://www.nilsschneider.net/2013/01/28/recovering-bitcoin-private-keys.html fro more details.

gabegattis commented 6 years ago

We use deterministic k values when generating signatures, so we are protected against this issue.