include.secp256k1_preollocated

Undocumented in source.

Members

Functions

secp256k1_context_preallocated_clone
secp256k1_context* secp256k1_context_preallocated_clone(const(secp256k1_context)* ctx, void* prealloc)

Copy a secp256k1 context object into caller-provided memory.

secp256k1_context_preallocated_clone_size
size_t secp256k1_context_preallocated_clone_size(const(secp256k1_context)* ctx)

Determine the memory size of a secp256k1 context object to be copied into caller-provided memory.

secp256k1_context_preallocated_create
secp256k1_context* secp256k1_context_preallocated_create(void* prealloc, uint flags)

Create a secp256k1 context object in caller-provided memory.

secp256k1_context_preallocated_destroy
void secp256k1_context_preallocated_destroy(secp256k1_context* ctx)

Destroy a secp256k1 context object that has been created in caller-provided memory.

secp256k1_context_preallocated_size
size_t secp256k1_context_preallocated_size(uint flags)

Determine the memory size of a secp256k1 context object to be created in caller-provided memory.

Meta