|
UDIF: Universal Digital Identification Framework 1.0.0.0a (A1)
A quantum-secure cryptographic identification
|
Query response. More...
#include <query.h>
Data Fields | |
| uint8_t | signature [UDIF_SIGNED_HASH_SIZE] |
| uint8_t | queryid [UDIF_QUERY_ID_SIZE] |
| uint8_t | respser [UDIF_SERIAL_NUMBER_SIZE] |
| uint8_t | verdict |
| uint64_t | timestamp |
| size_t | prooflen |
| uint8_t * | proof |
Query response.
Response to a query request with a verdict and optional proof.
| uint8_t* proof |
Optional Merkle proof
| size_t prooflen |
Proof length
| uint8_t queryid[UDIF_QUERY_ID_SIZE] |
Query identifier
| uint8_t respser[UDIF_SERIAL_NUMBER_SIZE] |
Responder serial
| uint8_t signature[UDIF_SIGNED_HASH_SIZE] |
Response signature
| uint64_t timestamp |
Reply timestamp
| uint8_t verdict |
Verdict (yes/no/deny)