Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

secp256k1_scratch_space_struct Struct Reference

#include <scratch.h>

+ Collaboration diagram for secp256k1_scratch_space_struct:

Public Attributes

void * data [SECP256K1_SCRATCH_MAX_FRAMES]
 
size_t offset [SECP256K1_SCRATCH_MAX_FRAMES]
 
size_t frame_size [SECP256K1_SCRATCH_MAX_FRAMES]
 
size_t frame
 
size_t max_size
 
const secp256k1_callbackerror_callback
 

Detailed Description

Definition at line 14 of file scratch.h.

Member Data Documentation

◆ data

void* secp256k1_scratch_space_struct::data[SECP256K1_SCRATCH_MAX_FRAMES]

◆ error_callback

const secp256k1_callback* secp256k1_scratch_space_struct::error_callback

Definition at line 20 of file scratch.h.

Referenced by secp256k1_scratch_allocate_frame(), and secp256k1_scratch_create().

◆ frame

◆ frame_size

size_t secp256k1_scratch_space_struct::frame_size[SECP256K1_SCRATCH_MAX_FRAMES]

◆ max_size

size_t secp256k1_scratch_space_struct::max_size

Definition at line 19 of file scratch.h.

Referenced by secp256k1_scratch_create(), and secp256k1_scratch_max_allocation().

◆ offset

size_t secp256k1_scratch_space_struct::offset[SECP256K1_SCRATCH_MAX_FRAMES]

Definition at line 16 of file scratch.h.

Referenced by secp256k1_scratch_alloc(), and secp256k1_scratch_allocate_frame().


The documentation for this struct was generated from the following file:
Released under the MIT license