reduce test rounds for rangeproof and surjectionproof

This commit is contained in:
Andrew Poelstra
2020-11-16 16:05:24 +00:00
parent ff4714e641
commit 29f9a7dc62
2 changed files with 6 additions and 9 deletions

View File

@@ -667,10 +667,7 @@ void test_fixed_vectors(void) {
}
void run_surjection_tests(void) {
int i;
for (i = 0; i < count; i++) {
test_surjectionproof_api();
}
test_surjectionproof_api();
test_fixed_vectors();
test_input_selection(0);