Remove unused scratch space from API

This commit is contained in:
Jonas Nick
2023-05-11 13:24:37 +00:00
parent 54d34b6c24
commit 712e7f8722
3 changed files with 4 additions and 38 deletions

View File

@@ -21,6 +21,8 @@ typedef struct secp256k1_scratch_space_struct {
size_t max_size;
} secp256k1_scratch;
typedef struct secp256k1_scratch_space_struct secp256k1_scratch_space;
static secp256k1_scratch* secp256k1_scratch_create(const secp256k1_callback* error_callback, size_t max_size);
static void secp256k1_scratch_destroy(const secp256k1_callback* error_callback, secp256k1_scratch* scratch);