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

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]
 

Detailed Description

Container for an asymmetric signature key pair.

This structure holds the signing key and the corresponding verification key used by the Dilithium signature scheme.

Field Documentation

◆ sigkey

The secret signing key

◆ verkey

The public verification key


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