Rename gen_ecmult_static_pre_g -> precompute_ecmult
This commit is contained in:
2
src/ecmult_static_pre_g.h
generated
2
src/ecmult_static_pre_g.h
generated
@@ -1,4 +1,4 @@
|
||||
/* This file was automatically generated by gen_ecmult_static_pre_g. */
|
||||
/* This file was automatically generated by precompute_ecmult. */
|
||||
/* This file contains an array secp256k1_pre_g with odd multiples of the base point G and
|
||||
* an array secp256k1_pre_g_128 with odd multiples of 2^128*G for accelerating the computation of a*P + b*G.
|
||||
*/
|
||||
|
||||
@@ -87,7 +87,7 @@ int main(void) {
|
||||
return -1;
|
||||
}
|
||||
|
||||
fprintf(fp, "/* This file was automatically generated by gen_ecmult_static_pre_g. */\n");
|
||||
fprintf(fp, "/* This file was automatically generated by precompute_ecmult. */\n");
|
||||
fprintf(fp, "/* This file contains an array secp256k1_pre_g with odd multiples of the base point G and\n");
|
||||
fprintf(fp, " * an array secp256k1_pre_g_128 with odd multiples of 2^128*G for accelerating the computation of a*P + b*G.\n");
|
||||
fprintf(fp, " */\n");
|
||||
Reference in New Issue
Block a user