NNN50 WIFI_API library

Dependents:   NNN50_CE_Test_UDP NNN50_linux_firmware NNN50_SoftAP_HelloWorld NNN50_BLEWIFISensor ... more

Embed: (wiki syntax)

« Back to documentation index

ecc_types.h File Reference

ecc_types.h File Reference

WINC Application Interface Internal Types. More...

Go to the source code of this file.

Data Structures

struct  tstrEllipticCurve
 Definition of an elliptic curve. More...

Enumerations

enum  EcNamedCurve { EC_SECP192R1 = 19, EC_SECP256R1 = 23, EC_SECP384R1 = 24, EC_SECP521R1 = 25 }

Detailed Description

WINC Application Interface Internal Types.

Copyright (c) 2017 Atmel Corporation. All rights reserved.

Definition in file ecc_types.h.


Enumeration Type Documentation

Enumerator:
EC_SECP192R1 

It is defined by NIST as P192 and by the SEC Group as secp192r1.

EC_SECP256R1 

It is defined by NIST as P256 and by the SEC Group as secp256r1.

EC_SECP384R1 

It is defined by NIST as P384 and by the SEC Group as secp384r1.

EC_SECP521R1 

It is defined by NIST as P521 and by the SEC Group as secp521r1.

Definition at line 97 of file ecc_types.h.