secp256k1_context_preallocated_clone_size

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

extern (C)
size_t
secp256k1_context_preallocated_clone_size

Return Value

Type: size_t

the required size of the caller-provided memory block. In: ctx: an existing context to copy.

Meta