lattice-attack
lattice-attack copied to clipboard
Lattice ECDSA attack
If I have a format file: r, s, z How can I import it into this program? Or how to convert to json suitable for this program?
When I using `python3 gen_data.py -f data.json -m "1" -c SECP256K1 -b 8 -t LSB -n 50` to generate **50 signatures** to test this script, I successfully get `data.json`, but...
...
Hello! I cannot understand how to fill data.json with my parameters. First of all I can't understand how can I find known_type, known_bits and kp? And hash in data.json is...