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

Represents the client token request packet. More...

#include <hkds_config.h>

Data Fields

hkds_packet_header header
 
uint8_t ksn [HKDS_KSN_SIZE]
 

Detailed Description

Represents the client token request packet.

The client token request packet is sent to the server during initialization and each time the transaction key cache is exhausted. It includes:

  • A common HKDS packet header.
  • The client's Key Serial Number (KSN).

Field Documentation

◆ header

The HKDS packet header

◆ ksn

uint8_t ksn[HKDS_KSN_SIZE]

The client's Key Serial Number (KSN)


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