ECC_EcdsaSignature_t Struct ReferencePlugin > Security > ECDSA > ECC Library

Description

ECDSA signature as defined in FIPS PUB 186-3, Digital Signature Standard (DSS).

Definition at line 72 of file ecc.h.

#include <ecc.h>

Data Fields

ECC_BigInt_t r
 
ECC_BigInt_t s
 

Field Documentation

ECC_BigInt_t ECC_EcdsaSignature_t::r

The r component of the signature.

Definition at line 73 of file ecc.h.

ECC_BigInt_t ECC_EcdsaSignature_t::s

The s component of the signature.

Definition at line 74 of file ecc.h.


The documentation for this struct was generated from the following file:
  • ecc.h