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 
35  struct ec_key_st *publicKey;
36 };
37 
38 #ifdef __cplusplus
39 }
40 #endif
41 
42 #endif
A struct ndn_EcPublicKey holds a decoded EC public key for use in crypto operations.
Definition: ec-public-key-types.h:34