|
SIAP: Secure Infrastructure Access Protocol 1.0.0.0a (A1)
A post-quantum secure user verification system and access control mechanism
|
The SIAP server key structure. This structure contains the SIAP server key, the server's domain identity, the device key, and expiration time. More...
#include <siap.h>
Data Fields | |
| uint8_t | kbase [SIAP_SERVER_KEY_SIZE] |
| uint8_t | sid [SIAP_SID_SIZE] |
| uint8_t | dsalt [SIAP_SALT_SIZE] |
| uint64_t | expiration |
The SIAP server key structure. This structure contains the SIAP server key, the server's domain identity, the device key, and expiration time.
| uint8_t dsalt[SIAP_SALT_SIZE] |
Server device salt
| uint64_t expiration |
The expiration time in seconds from epoch
| uint8_t kbase[SIAP_SERVER_KEY_SIZE] |
The server derivation key
| uint8_t sid[SIAP_SID_SIZE] |
Server domain ID