rsz icon indicating copy to clipboard operation
rsz copied to clipboard

Scalar Multiplication issue

Open KrashKrash opened this issue 1 year ago • 1 comments

I have been trying to get the program to work but somehow theres an issue with scalar multiplication

└─# python rsz_rdiff_scan.py -a 1BFhrfTTZP3Nw4BNy4eX4KFLsn9ZeijcMm Traceback (most recent call last): File "/home/kali/rsz/rsz_rdiff_scan.py", line 14, in G = ice.scalar_multiplication(1) ^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: module 'secp256k1' has no attribute 'scalar_multiplication'

KrashKrash avatar Nov 17 '23 14:11 KrashKrash

@RoyNahar copy the 3 files mentioned from the library. No need to install from pip.

iceland2k14 avatar Mar 14 '24 11:03 iceland2k14