SATP: Symmetric Authenticated Tunneling Protocol 1.0.0.0a (A1)
A quantum secure symmetric pre-shared key tunneling protocol
satp_network_packet Struct Reference

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

Detailed Description

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.

Field Documentation

◆ flag

uint8_t flag

The packet flag

◆ msglen

uint32_t msglen

The message length in bytes

◆ pmessage

uint8_t* pmessage

A pointer to the packet's message data

◆ sequence

uint64_t sequence

The packet sequence number

◆ utctime

uint64_t utctime

The packet creation time in UTC seconds from epoch


The documentation for this struct was generated from the following file:
  • C:/Users/stepp/Documents/Visual Studio 2022/Projects/C/SATP/SATP/satp.h