secp256k1_scratch_space_create

Create a secp256k1 scratch space object.

extern (C)
secp256k1_scratch_space_create
(,
size_t size
)

Return Value

a newly created scratch space. Args: ctx: an existing context object. In: size: amount of memory to be available as scratch space. Some extra (<100 bytes) will be allocated for extra accounting.

Meta