PQS: Post Quantum Shell Protocol 1.1.0.0a (A2)
A quantum secure secure shell protocol
pqshelp.h
1/* 2025-2026 Quantum Resistant Cryptographic Solutions Corporation
2 * All Rights Reserved.
3 *
4 * NOTICE:
5 * This software and all accompanying materials are the exclusive property of
6 * Quantum Resistant Cryptographic Solutions Corporation (QRCS). The intellectual
7 * and technical concepts contained herein are proprietary to QRCS and are
8 * protected under applicable Canadian, U.S., and international copyright,
9 * patent, and trade secret laws.
10 *
11 * Written by: John G. Underhill
12 * Contact: contact@qrcscorp.ca
13 */
14
15#ifndef PQSHELP_H
16#define PQSHELP_H
17
18#include "pqscommon.h"
19
25PQS_EXPORT_API const char* pqs_help_client_detail(void);
26
32PQS_EXPORT_API const char* pqs_help_server_detail(void);
33
34#endif