ndn-lite
ndn-lite-default-ecc-impl.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2018-2019 Zhiyi Zhang, Tianyuan Yu, Edward Lu
3  *
4  * This file is subject to the terms and conditions of the GNU Lesser
5  * General Public License v3.0. See the file LICENSE in the top level
6  * directory for more details.
7  */
8 
9 #ifndef NDN_LITE_DEFAULT_ECC_IMPL_H
10 #define NDN_LITE_DEFAULT_ECC_IMPL_H
11 
12 #include <stddef.h>
13 #include <stdint.h>
15 #include "sec-lib/micro-ecc/uECC.h"
16 #include "../../../ndn-constants.h"
17 
20  uint32_t key_size;
21 };
22 
25  uint32_t key_size;
26 };
27 
28 void
30 
31 #endif // NDN_LITE_DEFAULT_ECC_IMPL_H
uint32_t key_size
Definition: ndn-lite-default-ecc-impl.h:20
Definition: ndn-lite-default-ecc-impl.h:23
uint8_t key_value[NDN_SEC_ECC_MAX_PRIVATE_KEY_SIZE]
Definition: ndn-lite-default-ecc-impl.h:24
uint8_t key_value[NDN_SEC_ECC_MAX_PUBLIC_KEY_SIZE]
Definition: ndn-lite-default-ecc-impl.h:19
– Interface to common ECC functions.
Definition: ndn-lite-default-ecc-impl.h:18
uint32_t key_size
Definition: ndn-lite-default-ecc-impl.h:25
#define NDN_SEC_ECC_MAX_PRIVATE_KEY_SIZE
Definition: ndn-constants.h:122
#define NDN_SEC_ECC_MAX_PUBLIC_KEY_SIZE
Definition: ndn-constants.h:121
void ndn_lite_default_ecc_load_backend(void)
Definition: ndn-lite-default-ecc-impl.c:299