HKDS: Heirarchal Key Derivation System 1.0.0.2 (A2)
A fast post-quantum secure replacement for DUKPT
|
Represents the server's token response packet. More...
#include <hkds_config.h>
Data Fields | |
hkds_packet_header | header |
uint8_t | etok [HKDS_ETOK_SIZE] |
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:
uint8_t etok[HKDS_ETOK_SIZE] |
The server's encrypted token
hkds_packet_header header |
The HKDS packet header