]> Git Repo - secp256k1.git/commit
Don't use reserved identifiers memczero and benchmark_verify_t
authorTim Ruffing <[email protected]>
Tue, 20 Oct 2020 12:53:50 +0000 (14:53 +0200)
committerTim Ruffing <[email protected]>
Tue, 20 Oct 2020 13:00:19 +0000 (15:00 +0200)
commite89278f211a526062745c391d48a7baf782b4b2b
tree08b21888801413f9e3c1473e1cd9bf1ee3518de5
parentc6b6b8f1bb044d7d1aa065ebb674adde98a36a8e
Don't use reserved identifiers memczero and benchmark_verify_t

As identified in #829 and #833. Fixes #829.

Since we touch this anyway, this commit additionally makes the
identifiers in the benchmark files a little bit more consistent.
src/bench_sign.c
src/bench_verify.c
src/modules/extrakeys/main_impl.h
src/modules/schnorrsig/main_impl.h
src/secp256k1.c
src/tests.c
src/util.h
This page took 0.030116 seconds and 4 git commands to generate.