QSMP: Quantum Secure Messaging Protocol 1.3.0.0a (A3)
A quantum secure encrypted tunneling protocol
|
Internal state for the Simplex key exchange (client-side). More...
#include <kex.h>
Data Fields | |
uint8_t | keyid [QSMP_KEYID_SIZE] |
uint8_t | rverkey [QSMP_ASYMMETRIC_VERIFY_KEY_SIZE] |
uint8_t | sigkey [QSMP_ASYMMETRIC_SIGNING_KEY_SIZE] |
uint8_t | schash [QSMP_SIMPLEX_SCHASH_SIZE] |
uint8_t | verkey [QSMP_ASYMMETRIC_VERIFY_KEY_SIZE] |
uint64_t | expiration |
Internal state for the Simplex key exchange (client-side).
This structure stores the state information for a client involved in a Simplex key exchange. It includes a unique key identity, the remote party's signature verification key, the client's signing key, a session token hash (of size QSMP_SIMPLEX_SCHASH_SIZE
), and an expiration timestamp.
uint64_t expiration |
The expiration time, in seconds from epoch
uint8_t keyid[QSMP_KEYID_SIZE] |
The key identity string
uint8_t rverkey[QSMP_ASYMMETRIC_VERIFY_KEY_SIZE] |
The remote asymmetric signature verification-key
uint8_t schash[QSMP_SIMPLEX_SCHASH_SIZE] |
The session token hash
uint8_t sigkey[QSMP_ASYMMETRIC_SIGNING_KEY_SIZE] |
The asymmetric signature signing-key
uint8_t verkey[QSMP_ASYMMETRIC_VERIFY_KEY_SIZE] |
The local asymmetric signature verification-key