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