ECDSA signature as defined in FIPS PUB 186-3, Digital Signature Standard (DSS).
Public Attribute Documentation#
r#
ECC_BigInt_t ECC_EcdsaSignature_t::r
The r component of the signature.
Definition at line
70
of file platform/bootloader/security/ecc/ecc.h
s#
ECC_BigInt_t ECC_EcdsaSignature_t::s
The s component of the signature.
Definition at line
71
of file platform/bootloader/security/ecc/ecc.h