SIAP: Secure Infrastructure Access Protocol 1.0.0.0a (A1)
A post-quantum secure user verification system and access control mechanism
siap_device_key Struct Reference

The SIAP device key structure. This structure contains the SIAP device key, the device key identity, and expiration time. More...

#include <siap.h>

Data Fields

uint8_t ktree [SIAP_KTREE_SIZE+SIAP_MAC_SIZE]
uint8_t kid [SIAP_KID_SIZE]
uint64_t expiration

Detailed Description

The SIAP device key structure. This structure contains the SIAP device key, the device key identity, and expiration time.

Field Documentation

◆ expiration

uint64_t expiration

The expiration time in seconds from epoch

◆ kid

uint8_t kid[SIAP_KID_SIZE]

The key device identity array

◆ ktree

The device token tree


The documentation for this struct was generated from the following file:
  • C:/Users/stepp/Documents/Visual Studio 2022/Projects/C/SIAP/SIAP/siap.h