File tree 1 file changed +8
-4
lines changed
1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -16,18 +16,22 @@ static void help(int default_iters) {
16
16
printf ("Benchmarks the following algorithms:\n" );
17
17
printf (" - ECDSA signing/verification\n" );
18
18
19
- #ifdef ENABLE_MODULE_ECDH
20
- printf (" - ECDH key exchange (optional module)\n" );
21
- #endif
22
-
23
19
#ifdef ENABLE_MODULE_RECOVERY
24
20
printf (" - Public key recovery (optional module)\n" );
25
21
#endif
26
22
23
+ #ifdef ENABLE_MODULE_ECDH
24
+ printf (" - ECDH key exchange (optional module)\n" );
25
+ #endif
26
+
27
27
#ifdef ENABLE_MODULE_SCHNORRSIG
28
28
printf (" - Schnorr signatures (optional module)\n" );
29
29
#endif
30
30
31
+ #ifdef ENABLE_MODULE_ELLSWIFT
32
+ printf (" - ElligatorSwift (optional module)\n" );
33
+ #endif
34
+
31
35
printf ("\n" );
32
36
printf ("The default number of iterations for each benchmark is %d. This can be\n" , default_iters );
33
37
printf ("customized using the SECP256K1_BENCH_ITERS environment variable.\n" );
You can’t perform that action at this time.
0 commit comments