libcontrac
A library for contact tracing
Data Fields
Contrac Struct Reference

The core structure for storing Contact Tracing state. More...

Data Fields

unsigned char tk [TK_SIZE]
 
Dtk * dtk
 
Rpi * rpi
 
uint32_t status
 

Detailed Description

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


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