ECC_EcdsaSignature_t Struct ReferenceComponents > Security > ECDSA > ECC Library
Description
ECDSA signature as defined in FIPS PUB 186-3, Digital Signature Standard (DSS).
Definition at line
69
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
70
of file
ecc.h
.
| ECC_BigInt_t ECC_EcdsaSignature_t::s |
The s component of the signature.
Definition at line
71
of file
ecc.h
.
The documentation for this struct was generated from the following file:
-
ecc.h