Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

What inputs data I need to provide to this SAGE code ?

Good day.

Program in a SAGE,- github//.//com/malb/bdd-predicate

Command line sage -python ecdsa_cli.py solve -c secp256k1 -f scale -p 8 sample_input.txt This command work fine, but with this my data - https://////ufile//.//io/////iqxth50m not work. I prepare exact secp256k1 z,rs,public key data, but, I get this error:

assert self.vk.verify_digest(binascii.unhexlify(r + s), binascii. unhexlify(h))
File "/usr/local/lib/python3.8/dist-packages/ecdsa/keys.py", line 7 36, in verify_digest
raise BadSignatureError("Signature verification failed")
ecdsa.keys.BadSignatureError: Signature verification failed

Help me please solve this problem and help run program .

Regards

What inputs data I need to provide to this SAGE code ?

Good day.

Program in a SAGE,- github//.//com/malb/bdd-predicatehttps://github.com/malb/bdd-predicate

Command line sage -python ecdsa_cli.py solve -c secp256k1 -f scale -p 8 sample_input.txt This command work fine, but with this my data - https://////ufile//.//io/////iqxth50m https://ufile.io/iqxth50m not work. I prepare exact secp256k1 z,rs,public key data, but, I get this error:

assert self.vk.verify_digest(binascii.unhexlify(r + s), binascii.
unhexlify(h)) 
File "/usr/local/lib/python3.8/dist-packages/ecdsa/keys.py", line 7 36, in verify_digest
raise BadSignatureError("Signature verification failed")
ecdsa.keys.BadSignatureError: Signature verification failed

failed

Help me please solve this problem and help run program .

Regards

What inputs data I need to provide to this SAGE code ?

Good day.

Program in a SAGE,- https://github.com/malb/bdd-predicate

Command line sage -python ecdsa_cli.py solve -c secp256k1 -f scale -p 8 sample_input.txt This command work fine, but with this my data - https://ufile.io/iqxth50m not work. I prepare exact secp256k1 z,rs,public key data, but, I get this error:

assert self.vk.verify_digest(binascii.unhexlify(r + s), binascii.
unhexlify(h))                                                        
  File "/usr/local/lib/python3.8/dist-packages/ecdsa/keys.py", line 7
36, in verify_digest                                                 
    raise BadSignatureError("Signature verification failed")         
ecdsa.keys.BadSignatureError: Signature verification failed

Help me please solve this problem and help run program .?

Regards

click to hide/show revision 4
retagged

What inputs data I need to provide to this SAGE code ?

Good day.

Program in a SAGE,- https://github.com/malb/bdd-predicate

Command line sage -python ecdsa_cli.py solve -c secp256k1 -f scale -p 8 sample_input.txt This command work fine, but with this my data - https://ufile.io/iqxth50m not work. I prepare exact secp256k1 z,rs,public key data, but, I get this error:

assert self.vk.verify_digest(binascii.unhexlify(r + s), binascii.
unhexlify(h))                                                        
  File "/usr/local/lib/python3.8/dist-packages/ecdsa/keys.py", line 7
36, in verify_digest                                                 
    raise BadSignatureError("Signature verification failed")         
ecdsa.keys.BadSignatureError: Signature verification failed

Help me please solve this problem and help run program ?

Regards