PQS: Post Quantum Shell 1.0.0.0a (A1)
A quantum safe shell application
|
Container for an asymmetric cipher key pair. More...
#include <pqs.h>
Data Fields | |
uint8_t | prikey [PQS_ASYMMETRIC_PRIVATE_KEY_SIZE] |
uint8_t | pubkey [PQS_ASYMMETRIC_PUBLIC_KEY_SIZE] |
Container for an asymmetric cipher key pair.
This structure holds the private and public keys for the key encapsulation mechanism (Kyber). The private key is kept secret, while the public key is distributed.
uint8_t prikey[PQS_ASYMMETRIC_PRIVATE_KEY_SIZE] |
The private key array
uint8_t pubkey[PQS_ASYMMETRIC_PUBLIC_KEY_SIZE] |
The public key array