Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

breakECDSA Error #27

Open
Frogleim opened this issue Mar 12, 2024 · 1 comment
Open

breakECDSA Error #27

Frogleim opened this issue Mar 12, 2024 · 1 comment

Comments

@Frogleim
Copy link

I got this error when trying to run python2 breakECDSA.py 0100000001cb9a792b88760ad20c67047c06d016ba4a069d036c4fbc5c09a8055fe786580f300000006a4730440220331353fedfd6e4d6805fc1f06443ade552a43a43237fb6c3de3c7f0969b4cc6702200bfec7e7d2ae249b3d69cd8d666b5ee833394af3b0703fa023579200d9ab2ff401210335a395eca8191c43ccee4d91e98b9baef39476d7482cf636e5b71975c69feebdffffffff013a020000000000001976a914e94a23147d57674a7b817197be14877853590e6e88ac00000000

Traceback (most recent call last):
  File "breakECDSA.py", line 11, in <module>
    e = txnUtils.getSignableTxn(m)
  File "/home/frogleim/btc/CryptoDeepTools/15RowhammerAttack/txnUtils.py", line 53, in getSignableTxn
    inputAddr = base58.b58decode_check(keyUtils.pubKeyToAddr(pub))
  File "/home/frogleim/btc/CryptoDeepTools/15RowhammerAttack/keyUtils.py", line 54, in pubKeyToAddr
    ripemd160 = hashlib.new('ripemd160')
  File "/usr/lib/python2.7/hashlib.py", line 116, in __py_new
    return __get_builtin_constructor(name)(string)
  File "/usr/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor
    raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type ripemd160
@demining
Copy link
Owner

#19

Repository owner deleted a comment from Zohaib121455 Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants