libcontrac
A library for contact tracing
|
The core structure for storing Contact Tracing state. More...
Data Fields | |
unsigned char | tk [TK_SIZE] |
Dtk * | dtk |
Rpi * | rpi |
uint32_t | status |
The core structure for storing Contact Tracing state.
This is an opaque structure that contains the core state for the library.
This must be passed as the first parameter of every non-static function.
The structure typedef is in contrac.h
An opaque structure for storing the main state.
The internal structure can be found in contrac.c