Add remaining documentation
[libcontrac.git] / include / contrac / contrac_private.h
1 /** \ingroup KeyGeneration
2 * @file
3 * @author David Llewellyn-Jones <david@flypig.co.uk>
4 * @version $(VERSION)
5 *
6 * @section LICENSE
7 *
8 * Copyright David Llewellyn-Jones, 2020
9 * Released under the GPLv2.
10 *
11 * @brief Private header for the Core Contact Tracing functionality
12 * @section DESCRIPTION
13 *
14 * This provides access to private functionality in the \ref Contrac class.
15 *
16 */
17
18 /** \addtogroup KeyGeneration
19 * @{
20 */
21
22 #ifndef __CONTRAC_PRIVATE_H
23 #define __CONTRAC_PRIVATE_H
24
25 // Includes
26
27 #include "contrac/contrac.h"
28
29 // Defines
30
31 // Data sizes in bytes
32
33 // Structures
34
35 // Function prototypes
36
37 // Function definitions
38
39 #endif // __CONTRAC_PRIVATE_H
40
41 /** @} addtogroup KeyGeneration */
42