Post
Topic
Board Development & Technical Discussion
Merits 9 from 2 users
Re: Backdoor ve ecdsa
by
odolvlobo
on 03/04/2024, 22:35:57 UTC
⭐ Merited by NeuroticFish (5) ,ABCbits (4)
In short, the attacker influences the selection of the nonce in such a way that a portion of a secret (which can be anything) is contained in each signature.

In the code, the secret to be leaked is just a random value:

Code:
secret_to_leak = randscalar()