HKDS: Heirarchal Key Derivation System 1.0.0.2 (A2)
A fast post-quantum secure replacement for DUKPT
hkds_administrative_message Struct Reference

Represents an administrative message packet. More...

#include <hkds_config.h>

Data Fields

hkds_packet_header header
 
uint8_t message [HKDS_ADMIN_SIZE]
 

Detailed Description

Represents an administrative message packet.

Administrative messages are used to signal requests, status updates, or to reset a communications session following an error. This structure contains:

  • A common HKDS packet header.
  • The administrative message payload.

Field Documentation

◆ header

The HKDS packet header

◆ message

uint8_t message[HKDS_ADMIN_SIZE]

The administrative message payload


The documentation for this struct was generated from the following file: