refactor: Rename file that contains static ecmult_gen table

This commit is contained in:
Tim Ruffing
2021-10-07 18:27:11 +02:00
parent 00d2fa116e
commit 8ae18f1ab3
3 changed files with 14 additions and 13 deletions

View File

@@ -12,7 +12,7 @@
#include "group.h"
#include "ecmult_gen.h"
#include "hash_impl.h"
#include "ecmult_static_context.h"
#include "ecmult_gen_static_prec_table.h"
static void secp256k1_ecmult_gen_context_build(secp256k1_ecmult_gen_context *ctx) {
secp256k1_ecmult_gen_blind(ctx, NULL);