start = clock();
wb_y = issueWitness(accumulator, yb, MEMBERSHIP);
end = clock();
cpu_time_used = ((double) (end - start)) / CLOCKS_PER_SEC;
printf("~~Issue Non-membership witness took %fs\n", cpu_time_used);
This can pass the test, but WB_ Y is not a member
start = clock();
wb_y = issueWitness(accumulator, yb, MEMBERSHIP);
end = clock();
cpu_time_used = ((double) (end - start)) / CLOCKS_PER_SEC;
printf("~~Issue Non-membership witness took %fs\n", cpu_time_used);
This can pass the test, but WB_ Y is not a member