|
SATP: Symmetric Authenticated Tunneling Protocol 1.0.0.0a (A1)
A quantum secure symmetric pre-shared key tunneling protocol
|
The SATP network packet structure. This structure defines the format of a SATP network packet. It includes a packet flag, the message length, a sequence number, a UTC timestamp for packet creation, and a pointer to the message data. More...
#include <satp.h>
Data Fields | |
| uint8_t | flag |
| uint32_t | msglen |
| uint64_t | sequence |
| uint64_t | utctime |
| uint8_t * | pmessage |
The SATP network packet structure. This structure defines the format of a SATP network packet. It includes a packet flag, the message length, a sequence number, a UTC timestamp for packet creation, and a pointer to the message data.
| uint8_t flag |
The packet flag
| uint32_t msglen |
The message length in bytes
| uint8_t* pmessage |
A pointer to the packet's message data
| uint64_t sequence |
The packet sequence number
| uint64_t utctime |
The packet creation time in UTC seconds from epoch