|
PQS: Post Quantum Shell Protocol 1.1.0.0a (A2)
A quantum secure secure shell protocol
|
The fixed-size PQS server user database. More...
#include <pqsuser.h>
Data Fields | |
| pqs_user_record | records [PQS_USER_DATABASE_MAX] |
| char | path [QSC_SYSTEM_MAX_PATH] |
| size_t | count |
| bool | initialized |
The fixed-size PQS server user database.
| size_t count |
The active user record count.
| bool initialized |
The database initialization flag.
| char path[QSC_SYSTEM_MAX_PATH] |
The persistent database file path.
| pqs_user_record records[PQS_USER_DATABASE_MAX] |
User account records.