|
DKTP: Dual Key Tunneling Protocol 1.0.0.0a (A1)
A quantum secure dual-key encrypted tunneling protocol
|
The DKTP client key structure. More...
#include <dktp.h>
Data Fields | |
| uint64_t | expiration |
| uint8_t | config [DKTP_CONFIG_SIZE] |
| uint8_t | keyid [DKTP_KEYID_SIZE] |
| uint8_t | pss [DKTP_SECRET_SIZE] |
| uint8_t | verkey [DKTP_ASYMMETRIC_VERIFY_KEY_SIZE] |
The DKTP client key structure.
| uint8_t config[DKTP_CONFIG_SIZE] |
The primitive configuration string
| uint64_t expiration |
The expiration time, in seconds from epoch
| uint8_t keyid[DKTP_KEYID_SIZE] |
The key identity string
| uint8_t pss[DKTP_SECRET_SIZE] |
The pre-shared secret array
| uint8_t verkey[DKTP_ASYMMETRIC_VERIFY_KEY_SIZE] |
The asymmetric signatures verification-key