Rename gen_ecmult_gen_static_prec_table -> precompute_ecmult_gen
This commit is contained in:
2
src/ecmult_gen_static_prec_table.h
generated
2
src/ecmult_gen_static_prec_table.h
generated
@@ -1,4 +1,4 @@
|
||||
/* This file was automatically generated by gen_ecmult_gen_static_prec_table. */
|
||||
/* This file was automatically generated by precompute_ecmult_gen. */
|
||||
/* See ecmult_gen_impl.h for details about the contents of this file. */
|
||||
#ifndef SECP256K1_ECMULT_GEN_STATIC_PREC_TABLE_H
|
||||
#define SECP256K1_ECMULT_GEN_STATIC_PREC_TABLE_H
|
||||
|
||||
@@ -28,7 +28,7 @@ int main(int argc, char **argv) {
|
||||
return -1;
|
||||
}
|
||||
|
||||
fprintf(fp, "/* This file was automatically generated by gen_ecmult_gen_static_prec_table. */\n");
|
||||
fprintf(fp, "/* This file was automatically generated by precompute_ecmult_gen. */\n");
|
||||
fprintf(fp, "/* See ecmult_gen_impl.h for details about the contents of this file. */\n");
|
||||
fprintf(fp, "#ifndef SECP256K1_ECMULT_GEN_STATIC_PREC_TABLE_H\n");
|
||||
fprintf(fp, "#define SECP256K1_ECMULT_GEN_STATIC_PREC_TABLE_H\n");
|
||||
Reference in New Issue
Block a user