|
UDIF: Universal Digital Identification Framework 1.1.0.0a (A1)
A quantum-secure cryptographic identification
|
Pending treaty query awaiting a signed response. More...
#include <treatystore.h>
Data Fields | |
| uint8_t | treatyid [UDIF_SERIAL_NUMBER_SIZE] |
| uint8_t | peerser [UDIF_SERIAL_NUMBER_SIZE] |
| uint8_t | queryid [UDIF_QUERY_ID_SIZE] |
| uint8_t | querydigest [UDIF_CRYPTO_HASH_SIZE] |
| uint64_t | expires |
| uint8_t | querytype |
| bool | occupied |
Pending treaty query awaiting a signed response.
| uint64_t expires |
Expiration time for the pending response.
| bool occupied |
Entry is allocated.
| uint8_t peerser[UDIF_SERIAL_NUMBER_SIZE] |
Expected responding treaty peer.
| uint8_t querydigest[UDIF_CRYPTO_HASH_SIZE] |
Canonical query digest.
| uint8_t queryid[UDIF_QUERY_ID_SIZE] |
Query identifier.
| uint8_t querytype |
Query type expected in the response.
| uint8_t treatyid[UDIF_SERIAL_NUMBER_SIZE] |
Treaty identifier authorizing the query.