UDIF: Universal Digital Identification Framework 1.0.0.0a (A1)
A quantum-secure cryptographic identification
udiftypes.h
Go to the documentation of this file.
1/* 2025-2026 Quantum Resistant Cryptographic Solutions Corporation
2 * All Rights Reserved.
3 *
4 * UDIF Implementation (Universal Digital Identification Framework)
5 * Based on UDIF Specification Revision 1a, September 05, 2025
6 *
7 * Written by: John G. Underhill
8 * Contact: contact@qrcscorp.ca
9 */
10
11#ifndef UDIFTYPES_H
12#define UDIFTYPES_H
13
14#include "udifcommon.h"
15#include "rcs.h"
16#include "sha3.h"
17#include "dilithium.h"
18#include "kyber.h"
19
28
29/* === Certificate Structure === */
30
31/* === Capability Token Structure === */
32
33/* === Object Structure === */
34
35/* === Registry State Structure === */
36
37/* === Log Entry Structure === */
38
39/* === Anchor Record Structure === */
40
41/* === Session State Structure === */
42
43/* === Network Packet Structure === */
44
45#endif /* UDIFTYPES_H */
UDIF common definitions and constants.