|
|
|
|
|
by remcob
2615 days ago
|
|
Likely they can recover something like `private_key XOR nonce`. If you know a few bits of the nonce, you can reveal bits of the private key. But this is not something you can brute-force. In other words, the nonce bits leak information about the private key bits. You can't magically create this information by trying all possible values. |
|