Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
secp256k1_scratch_space_struct Struct Reference

#include <scratch.h>

Collaboration diagram for secp256k1_scratch_space_struct:

Public Attributes

unsigned char magic [8]
 
void * data
 
size_t alloc_size
 
size_t max_size
 

Detailed Description

Definition at line 12 of file scratch.h.

Member Data Documentation

◆ alloc_size

size_t secp256k1_scratch_space_struct::alloc_size

amount that has been allocated (i.e. data + offset is the next available pointer)

Definition at line 19 of file scratch.h.

◆ data

void* secp256k1_scratch_space_struct::data

actual allocated data

Definition at line 16 of file scratch.h.

◆ magic

unsigned char secp256k1_scratch_space_struct::magic[8]

guard against interpreting this object as other types

Definition at line 14 of file scratch.h.

◆ max_size

size_t secp256k1_scratch_space_struct::max_size

maximum size available to allocate

Definition at line 21 of file scratch.h.


The documentation for this struct was generated from the following file: