mbed TLS v1.3.11
Data Fields
ecdsa_context Struct Reference

ECDSA context structure. More...

#include <ecdsa.h>

Collaboration diagram for ecdsa_context:
Collaboration graph
[legend]

Data Fields

ecp_group grp
 
mpi d
 
ecp_point Q
 
mpi r
 
mpi s
 

Detailed Description

ECDSA context structure.

Note
Purposefully begins with the same members as struct ecp_keypair.

Definition at line 35 of file ecdsa.h.

Field Documentation

mpi ecdsa_context::d

secret signature key

Definition at line 38 of file ecdsa.h.

ecp_group ecdsa_context::grp

elliptic curve used

Definition at line 37 of file ecdsa.h.

ecp_point ecdsa_context::Q

public signature key

Definition at line 39 of file ecdsa.h.

mpi ecdsa_context::r

first integer from signature

Definition at line 40 of file ecdsa.h.

mpi ecdsa_context::s

second integer from signature

Definition at line 41 of file ecdsa.h.


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