PQS: Post Quantum Shell 1.0.0.0a (A1)
A quantum safe shell application
pqs_connection_set Struct Reference

Internal structure to manage the collection of connection states. More...

Data Fields

pqs_connection_stateconset
 
bool * active
 
size_t maximum
 
size_t length
 

Detailed Description

Internal structure to manage the collection of connection states.

This structure holds:

  • an array of connection state structures (conset),
  • an array of boolean flags (active) that indicate whether each corresponding connection state is active,
  • the current number of connection states allocated (length),
  • and the maximum allowed number of connection states (maximum).

The structure is aligned for SIMD operations as required.

Field Documentation

◆ active

bool* active

Pointer to the array of active flags for each connection

◆ conset

Pointer to the array of connection state structures

◆ length

size_t length

The current number of connection states in the collection

◆ maximum

size_t maximum

The maximum number of connection states allowed


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