bench: Port bitcoin-core/secp256k1#1796 to zkp-specific code

This commit is contained in:
mllwchrry
2026-03-02 17:15:31 +02:00
parent fe48cc9fa5
commit dc0bda5731
4 changed files with 12 additions and 0 deletions

View File

@@ -58,6 +58,9 @@ int main(void) {
data.min_bits = 32;
iters = data.min_bits*get_iters(32);
if (iters == 0) {
return EXIT_FAILURE;
}
run_benchmark("rangeproof_verify_bit", bench_rangeproof, bench_rangeproof_setup, NULL, &data, 10, iters);