Rename ecmult_gen_static_prec_table -> precomputed_ecmult_gen

This commit is contained in:
Pieter Wuille
2021-12-17 11:23:51 -05:00
parent f95b8106d0
commit 7cf47f72bc
5 changed files with 11 additions and 11 deletions

View File

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