File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ typedef struct {
17
17
secp256k1_ge_storage (* pre_g_128 )[]; /* odd multiples of 2^128*generator */
18
18
} secp256k1_ecmult_context ;
19
19
20
- static const size_t SECP256K1_ECMULT_CONTEXT_PREALLOCATED_SIZE ;
21
20
static void secp256k1_ecmult_context_init (secp256k1_ecmult_context * ctx );
22
21
static void secp256k1_ecmult_context_build (secp256k1_ecmult_context * ctx , void * * prealloc );
23
22
static void secp256k1_ecmult_context_finalize_memcpy (secp256k1_ecmult_context * dst , const secp256k1_ecmult_context * src );
Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ typedef struct {
35
35
secp256k1_gej initial ;
36
36
} secp256k1_ecmult_gen_context ;
37
37
38
- static const size_t SECP256K1_ECMULT_GEN_CONTEXT_PREALLOCATED_SIZE ;
39
38
static void secp256k1_ecmult_gen_context_init (secp256k1_ecmult_gen_context * ctx );
40
39
static void secp256k1_ecmult_gen_context_build (secp256k1_ecmult_gen_context * ctx , void * * prealloc );
41
40
static void secp256k1_ecmult_gen_context_finalize_memcpy (secp256k1_ecmult_gen_context * dst , const secp256k1_ecmult_gen_context * src );
You can’t perform that action at this time.
0 commit comments