EcdsaSignature Struct Reference

ECDSA signature. More...

#include <ecdsa.h>

Data Fields

const EcCurvecurve
 Elliptic curve parameters. More...
 
uint32_t r [EC_MAX_ORDER_SIZE]
 Integer R. More...
 
uint32_t s [EC_MAX_ORDER_SIZE]
 Integer S. More...
 

Detailed Description

ECDSA signature.

Definition at line 62 of file ecdsa.h.

Field Documentation

◆ curve

const EcCurve* curve

Elliptic curve parameters.

Definition at line 64 of file ecdsa.h.

◆ r

uint32_t r[EC_MAX_ORDER_SIZE]

Integer R.

Definition at line 65 of file ecdsa.h.

◆ s

uint32_t s[EC_MAX_ORDER_SIZE]

Integer S.

Definition at line 66 of file ecdsa.h.


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