UDIF: Universal Digital Identification Framework 1.0.0.0a (A1)
A quantum-secure cryptographic identification
udif_query_response Struct Reference

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

Detailed Description

Query response.

Response to a query request with a verdict and optional proof.

Field Documentation

◆ proof

uint8_t* proof

Optional Merkle proof

◆ prooflen

size_t prooflen

Proof length

◆ queryid

uint8_t queryid[UDIF_QUERY_ID_SIZE]

Query identifier

◆ respser

uint8_t respser[UDIF_SERIAL_NUMBER_SIZE]

Responder serial

◆ signature

uint8_t signature[UDIF_SIGNED_HASH_SIZE]

Response signature

◆ timestamp

uint64_t timestamp

Reply timestamp

◆ verdict

uint8_t verdict

Verdict (yes/no/deny)


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