reduce test rounds for rangeproof and surjectionproof
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user