Merge pull request #5807

4b1df4e Fix for biased signature nonce (SarangNoether)
pull/326/head
luigi1111 5 years ago
commit 0a42fddde4
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

@ -275,8 +275,6 @@ namespace crypto {
buf.key = pub;
try_again:
random_scalar(k);
if (((const uint32_t*)(&k))[7] == 0) // we don't want tiny numbers here
goto try_again;
ge_scalarmult_base(&tmp3, &k);
ge_p3_tobytes(&buf.comm, &tmp3);
hash_to_scalar(&buf, sizeof(s_comm), sig.c);

Loading…
Cancel
Save