Public Key Acceleration Library Reference Guide  2.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Attributes | List of all members
dsa_signature_t Struct Reference

#include <pka.h>

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

pka_operand_t dsa_signature_t::r

big integer value called 'r' in the standard

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: