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

Represents the server's plaintext message response packet. More...

#include <hkds_config.h>

Data Fields

hkds_packet_header header
 
uint8_t message [HKDS_MESSAGE_SIZE]
 

Detailed Description

Represents the server's plaintext message response packet.

This structure defines the layout of the server message response packet, which typically contains a verification response indicating the outcome of a transaction request. It includes:

  • A common HKDS packet header.
  • The server's plaintext message response.

Field Documentation

◆ header

The HKDS packet header

◆ message

uint8_t message[HKDS_MESSAGE_SIZE]

The server's message response


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