Merge pull request #5807

4b1df4e Fix for biased signature nonce (SarangNoether)
This commit is contained in:
luigi1111 2019-08-21 15:38:35 -05:00
commit 0a42fddde4
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010
1 changed files with 0 additions and 2 deletions

View File

@ -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);