|
QSMP: Quantum Secure Messaging Protocol 1.3.0.0a (A3)
A quantum secure encrypted tunneling protocol
|
The QSMP server key structure. More...
#include <qsmp.h>
Data Fields | |
| uint64_t | expiration |
| uint8_t | config [QSMP_CONFIG_SIZE] |
| uint8_t | keyid [QSMP_KEYID_SIZE] |
| uint8_t | sigkey [QSMP_ASYMMETRIC_SIGNING_KEY_SIZE] |
| uint8_t | verkey [QSMP_ASYMMETRIC_VERIFY_KEY_SIZE] |
The QSMP server key structure.
| uint8_t config[QSMP_CONFIG_SIZE] |
The primitive configuration string
| uint64_t expiration |
The expiration time, in seconds from epoch
| uint8_t keyid[QSMP_KEYID_SIZE] |
The key identity string
| uint8_t sigkey[QSMP_ASYMMETRIC_SIGNING_KEY_SIZE] |
The asymmetric signature signing-key
| uint8_t verkey[QSMP_ASYMMETRIC_VERIFY_KEY_SIZE] |
The asymmetric signature verification-key