mbed TLS library

Dependents:   HTTPClient-SSL WS_SERVER

Embed: (wiki syntax)

« Back to documentation index

ecdsa_context Struct Reference

ecdsa_context Struct Reference

ECDSA context structure. More...

#include <ecdsa.h>

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 d

secret signature key

Definition at line 38 of file ecdsa.h.

elliptic curve used

Definition at line 37 of file ecdsa.h.

public signature key

Definition at line 39 of file ecdsa.h.

mpi r

first integer from signature

Definition at line 40 of file ecdsa.h.

mpi s

second integer from signature

Definition at line 41 of file ecdsa.h.