Add size constants for preallocated memory

This commit is contained in:
Tim Ruffing
2018-10-22 16:23:09 +02:00
parent 1bf7c056ba
commit ef020de16f
5 changed files with 37 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ typedef struct {
#endif
} secp256k1_ecmult_context;
static const size_t SECP256K1_ECMULT_CONTEXT_PREALLOCATED_SIZE;
static void secp256k1_ecmult_context_init(secp256k1_ecmult_context *ctx);
static void secp256k1_ecmult_context_build(secp256k1_ecmult_context *ctx, const secp256k1_callback *cb);
static void secp256k1_ecmult_context_clone(secp256k1_ecmult_context *dst,