Main Page
Related Pages
Namespaces
Classes
Files
File List
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerations
Enumerator
Pages
include
ndn-cpp
c
security
ec-public-key-types.h
1
21
#ifndef NDN_EC_PUBLIC_KEY_TYPES_H
22
#define NDN_EC_PUBLIC_KEY_TYPES_H
23
24
#ifdef __cplusplus
25
extern
"C"
{
26
#endif
27
28
struct
ec_key_st;
29
34
struct
ndn_EcPublicKey
{
35
struct
ec_key_st *publicKey;
36
};
37
38
#ifdef __cplusplus
39
}
40
#endif
41
42
#endif
ndn_EcPublicKey
A struct ndn_EcPublicKey holds a decoded EC public key for use in crypto operations.
Definition:
ec-public-key-types.h:34
Generated on Sun Oct 21 2018 08:50:04 by
1.8.6