Public Key Acceleration Library Reference Guide  2.0
Public Attributes | List of all members
dsa_signature_t Struct Reference

#include <pka.h>

Collaboration diagram for dsa_signature_t:
Collaboration graph
[legend]

Public Attributes

pka_operand_t r
 big integer value called 'r' in the standard More...
 
pka_operand_t s
 big integer value called 's' in the standard More...
 

Detailed Description

The dsa_signature_t record type is used to package up the two large integer values (called 'r' and 's' in the DSA standard) into a DSA signature.

Member Data Documentation

◆ r

pka_operand_t dsa_signature_t::r

big integer value called 'r' in the standard

◆ s

pka_operand_t dsa_signature_t::s

big integer value called 's' in the standard


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