iceland2k14 / rsz

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

rsz_rdiff_scan.py with built-in LLL_nonce_leakage? #34

Open VikashLoomba opened 6 months ago

VikashLoomba commented 6 months ago

Does the rsz_rdiff_scan.py file run the same operations as LLL_nonce_leakage would? I noticed that LLL_nonce_leakage does things like the olll reduction, but rsz_rdiff doesn't. If it doesn't do it, is there any chance of getting LLL_nonce_leakage functionality included?

iceland2k14 commented 4 months ago

@VikashLoomba The algo for both are different. But yes it is possible to use LLL algo in the similar tx feching code of diff_scan.