Skip to content

Commit

Permalink
f print note about what number and g means
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasnick committed Oct 28, 2019
1 parent 34712f1 commit 5b3e10e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bench_ecmult.c
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ int main(int argc, char **argv) {
data.scratch = secp256k1_scratch_space_create(data.ctx, scratch_size);
data.ecmult_multi = secp256k1_ecmult_multi_var;

printf("Note: In the following output the number after the function name is the number of points that are multiplied. The letter 'g' indicates that one of the points is the generator.\n");
if (argc > 1) {
if(have_flag(argc, argv, "pippenger_wnaf")) {
printf("Using pippenger_wnaf:\n");
Expand Down

0 comments on commit 5b3e10e

Please sign in to comment.