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 37 of file ecdsa.h.


Field Documentation

secret signature key

Definition at line 40 of file ecdsa.h.

Referenced by ecdsa_free(), ecdsa_from_keypair(), ecdsa_genkey(), ecdsa_init(), and ecdsa_write_signature().

ellipitic curve used

Definition at line 39 of file ecdsa.h.

Referenced by ecdsa_free(), ecdsa_from_keypair(), ecdsa_genkey(), ecdsa_init(), ecdsa_read_signature(), and ecdsa_write_signature().

public signature key

Definition at line 41 of file ecdsa.h.

Referenced by ecdsa_free(), ecdsa_from_keypair(), ecdsa_genkey(), ecdsa_init(), and ecdsa_read_signature().

first integer from signature

Definition at line 42 of file ecdsa.h.

Referenced by ecdsa_free(), ecdsa_init(), ecdsa_read_signature(), and ecdsa_write_signature().

second integer from signature

Definition at line 43 of file ecdsa.h.

Referenced by ecdsa_free(), ecdsa_init(), ecdsa_read_signature(), and ecdsa_write_signature().


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

Generated on 9 Apr 2014 for PolarSSL v1.3.2 by  doxygen 1.6.1