|
|
|
|
|
by tptacek
1525 days ago
|
|
See, cryptography engineering is sinking in! Here you go: https://toadstyle.org/cryptopals/62.txt What's especially great about this is that it's very easy to accidentally have a biased nonce; in most other areas of cryptography, all you care about when generating random parameters is that they be sufficiently (ie, "128 bit security worth") random. But with ECDSA, you need the entire domain of the k value to be random. |
|