|
PQS: Post Quantum Shell 1.0.0.0a (A1)
A quantum safe shell application
|
Internal structure to manage the collection of connection states. More...
Data Fields | |
| pqs_connection_state * | conset |
| bool * | active |
| size_t | maximum |
| size_t | length |
Internal structure to manage the collection of connection states.
This structure holds:
conset),active) that indicate whether each corresponding connection state is active,length),maximum).The structure is aligned for SIMD operations as required.
| bool* active |
Pointer to the array of active flags for each connection
| pqs_connection_state* conset |
Pointer to the array of connection state structures
| size_t length |
The current number of connection states in the collection
| size_t maximum |
The maximum number of connection states allowed