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

Represents the server's token response packet. More...

#include <hkds_config.h>

Data Fields

hkds_packet_header header
 
uint8_t etok [HKDS_ETOK_SIZE]
 

Detailed Description

Represents the server's token response packet.

The server token response packet contains the encrypted token (ETOK) generated by the server in response to a client token request. It includes:

  • A common HKDS packet header.
  • The server's encrypted token.

Field Documentation

◆ etok

uint8_t etok[HKDS_ETOK_SIZE]

The server's encrypted token

◆ header

The HKDS packet header


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