PQS: Post Quantum Shell 1.0.0.0a (A1)
A quantum safe shell application
pqs_asymmetric_cipher_keypair Struct Reference

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]
 

Detailed Description

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.

Field Documentation

◆ prikey

The private key array

◆ pubkey

The public key array


The documentation for this struct was generated from the following file: