diff options
author | luigi1111 <luigi1111w@gmail.com> | 2022-07-13 00:38:29 -0400 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2022-07-13 00:38:29 -0400 |
commit | 6fed8c2d9f028d9cf175c2e7ce53951cb164b657 (patch) | |
tree | c2e151884b4aeafb8b42c0fb65a4c7eba68896a4 /tests/performance_tests/sig_mlsag.h | |
parent | Merge pull request #8413 (diff) | |
parent | multisig: fix critical vulnerabilities in signing (diff) | |
download | monero-6fed8c2d9f028d9cf175c2e7ce53951cb164b657.tar.xz |
Merge pull request #8149
c7b2944 multisig: fix critical vulnerabilities in signing (anon)
Diffstat (limited to 'tests/performance_tests/sig_mlsag.h')
-rw-r--r-- | tests/performance_tests/sig_mlsag.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/performance_tests/sig_mlsag.h b/tests/performance_tests/sig_mlsag.h index 60a306753..46bdcde63 100644 --- a/tests/performance_tests/sig_mlsag.h +++ b/tests/performance_tests/sig_mlsag.h @@ -117,7 +117,7 @@ class test_sig_mlsag sk.dest = r[u]; sk.mask = s[u]; - sigs.push_back(proveRctMGSimple(messages[u],pubs,sk,s1[u],C_offsets[u],NULL,NULL,u,hw::get_device("default"))); + sigs.push_back(proveRctMGSimple(messages[u],pubs,sk,s1[u],C_offsets[u],u,hw::get_device("default"))); } return true; |