PQS: Post Quantum Shell 1.0.0.0a (A1)
A quantum safe shell application
|
Container for an asymmetric signature key pair. More...
#include <pqs.h>
Data Fields | |
uint8_t | sigkey [PQS_ASYMMETRIC_SIGNING_KEY_SIZE] |
uint8_t | verkey [PQS_ASYMMETRIC_VERIFY_KEY_SIZE] |
Container for an asymmetric signature key pair.
This structure holds the signing key and the corresponding verification key used by the Dilithium signature scheme.
uint8_t sigkey[PQS_ASYMMETRIC_SIGNING_KEY_SIZE] |
The secret signing key
uint8_t verkey[PQS_ASYMMETRIC_VERIFY_KEY_SIZE] |
The public verification key