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 {
1717 secp256k1_ge_storage (* pre_g_128 )[]; /* odd multiples of 2^128*generator */
1818} secp256k1_ecmult_context ;
1919
20- static const size_t SECP256K1_ECMULT_CONTEXT_PREALLOCATED_SIZE ;
2120static void secp256k1_ecmult_context_init (secp256k1_ecmult_context * ctx );
2221static void secp256k1_ecmult_context_build (secp256k1_ecmult_context * ctx , void * * prealloc );
2322static 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 {
3535 secp256k1_gej initial ;
3636} secp256k1_ecmult_gen_context ;
3737
38- static const size_t SECP256K1_ECMULT_GEN_CONTEXT_PREALLOCATED_SIZE ;
3938static void secp256k1_ecmult_gen_context_init (secp256k1_ecmult_gen_context * ctx );
4039static void secp256k1_ecmult_gen_context_build (secp256k1_ecmult_gen_context * ctx , void * * prealloc );
4140static 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