|
|
|
|
|
by SAI_Peregrinus
1521 days ago
|
|
It's more properly called 'k'. It's really a secret key, but it has to be unique per-signature. If an attacker can ever guess a single bit of the nonce with probability non-negligibly >50%, they can find the private key of whoever signed the message(s). It makes ECDSA very brittle, and quite prone to side-channel attacks (since those can get attackers exactly such information. |
|
[1] https://datatracker.ietf.org/doc/html/rfc6979#section-3.2