MCPcopy Create free account
hub / github.com/CovenantSQL/CovenantSQL / main

Function main

crypto/secp256k1/libsecp256k1/src/bench_sign.c:47–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47int main(void) {
48 bench_sign_t data;
49
50 data.ctx = secp256k1_context_create(SECP256K1_CONTEXT_SIGN);
51
52 run_benchmark("ecdsa_sign", bench_sign, bench_sign_setup, NULL, &data, 10, 20000);
53
54 secp256k1_context_destroy(data.ctx);
55 return 0;
56}

Callers

nothing calls this directly

Calls 3

secp256k1_context_createFunction · 0.85
run_benchmarkFunction · 0.85

Tested by

no test coverage detected