HKDS: Heirarchal Key Derivation System 1.0.0.2 (A2)
A fast post-quantum secure replacement for DUKPT
|
Represents the client's encrypted message request packet. More...
#include <hkds_config.h>
Data Fields | |
hkds_packet_header | header |
uint8_t | ksn [HKDS_KSN_SIZE] |
uint8_t | message [HKDS_MESSAGE_SIZE] |
uint8_t | tag [HKDS_TAG_SIZE] |
Represents the client's encrypted message request packet.
This structure defines the layout of the client message request packet. It contains:
hkds_packet_header header |
The HKDS packet header
uint8_t ksn[HKDS_KSN_SIZE] |
The client's Key Serial Number (KSN)
uint8_t message[HKDS_MESSAGE_SIZE] |
The client's encrypted message
uint8_t tag[HKDS_TAG_SIZE] |
The optional authentication tag