QSC Post Quantum Cryptographic Library
1.1.0.2 (B2)
A post quantum secure library written in Ansi C
Loading...
Searching...
No Matches
qsc_x509_ecdsa_signature_t Struct Reference
The decoded ECDSA signature value.
More...
#include <
x509sig.h
>
Data Fields
uint8_t
r
[
QSC_X509_MAX_SIGNATURE_COMPONENT_SIZE
]
uint8_t
s
[
QSC_X509_MAX_SIGNATURE_COMPONENT_SIZE
]
size_t
length
Detailed Description
The decoded ECDSA signature value.
Remarks
The r and s arrays are stored as unsigned big-endian integers, left padded with zero octets to the width implied by the named curve.
The documentation for this struct was generated from the following file:
C:/Users/stepp/Documents/Visual Studio 2022/Projects/C/QSC/QSC/
x509sig.h
qsc_x509_ecdsa_signature_t
Generated by
1.14.0