The WDCInterface is is a drop-in replacement for an EthernetInterface class that allows the user to connect to the Internet with a Wistron NeWeb Corporation (WNC) M14A2A Series data module using the standard network Socket API's. This interface class is used in the AT&T Cellular IoT Starter Kit which is sold by Avnet (http://cloudconnectkits.org/product/att-cellular-iot-starter-kit).

Dependencies:   WncControllerK64F

Dependents:   WNCProximityMqtt Pubnub_ATT_IoT_SK_WNC_sync BluemixDemo BluemixQS ... more

Embed: (wiki syntax)

« Back to documentation index

mbedtls_ecp_keypair Struct Reference

mbedtls_ecp_keypair Struct Reference

ECP key pair structure. More...

#include <ecp.h>

Data Fields

mbedtls_ecp_group grp
mbedtls_mpi d
mbedtls_ecp_point Q

Detailed Description

ECP key pair structure.

A generic key pair that could be used for ECDSA, fixed ECDH, etc.

Note:
Members purposefully in the same order as struc mbedtls_ecdsa_context.

Definition at line 156 of file ecp.h.


Field Documentation

our secret value

Definition at line 159 of file ecp.h.

Elliptic curve and base point

Definition at line 158 of file ecp.h.

our public value

Definition at line 160 of file ecp.h.