libtc  20160415
Threshold Cryptography functions library
Public Attributes | List of all members
bytes Struct Reference

Structure that's stores a pointer that points to data_len bytes. More...

#include <tc.h>

Public Attributes

void * data
 
uint32_t data_len
 

Detailed Description

Structure that's stores a pointer that points to data_len bytes.

Definition at line 14 of file tc.h.

Member Data Documentation

void* bytes::data

Pointer to data

Definition at line 15 of file tc.h.

uint32_t bytes::data_len

Size in bytes of data

Definition at line 16 of file tc.h.


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