Rename gen_ecmult_gen_static_prec_table -> precompute_ecmult_gen

This commit is contained in:
Pieter Wuille
2021-12-17 11:15:37 -05:00
parent 0559fc6e41
commit bae77685eb
4 changed files with 9 additions and 9 deletions

View File

@@ -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

View File

@@ -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");