iceland2k14 / rsz

Retrieve ECDSA signature R,S,Z values from blockchain rawtx or txid.
MIT License
85 stars 65 forks source link

LLL_nonce_leakage #16

Open demonluca opened 1 year ago

demonluca commented 1 year ago

Hi iceland!

LLL_nonce_leakage.py (what information goes here to get results?)

Ive got rsz from 2 transaction id's and using rsz_solve.py with 2 transaction id's gives me the nonce found

Im not sure the correct procedure after

Thanks for helping

iceland2k14 commented 1 year ago

Its a Script that shows how to use the RSZ values and solves it using LLL.

Mahuro commented 3 months ago

Hi Iceland... I get an error when importing this module? import olll ModuleNotFoundError: No module named 'olll'

other python scripts seem to work apart from this issue.

Thanks.