aboutsummaryrefslogtreecommitdiff
path: root/tests/performance_tests/sig_clsag.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/performance_tests/sig_clsag.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/performance_tests/sig_clsag.h b/tests/performance_tests/sig_clsag.h
index 0873fa520..2f738679c 100644
--- a/tests/performance_tests/sig_clsag.h
+++ b/tests/performance_tests/sig_clsag.h
@@ -60,7 +60,7 @@ public:
P[l] = rct::scalarmultBase(p);
C[l] = rct::scalarmultBase(z);
- sig = CLSAG_Gen(rct::identity(),P,p,C,z,l,NULL);
+ sig = CLSAG_Gen(rct::identity(),P,p,C,z,l);
return true;
}
@@ -70,7 +70,7 @@ public:
if (ver)
return CLSAG_Ver(rct::identity(),P,C,sig);
else
- CLSAG_Gen(rct::identity(),P,p,C,z,l,NULL);
+ CLSAG_Gen(rct::identity(),P,p,C,z,l);
return true;
}