ndn-lite
ndn-lite-default-aes-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_AES_TINYCRIPT_IMPL_H
10 #define NDN_LITE_AES_TINYCRIPT_IMPL_H
11 
12 #include <stdint.h>
13 
18  uint8_t key_value[32];
22  uint32_t key_size;
23 };
24 
25 void
27 
28 #endif // NDN_LITE_AES_TINYCRIPT_IMPL_H
Definition: ndn-lite-default-aes-impl.h:14
uint32_t key_size
The key size of key bytes.
Definition: ndn-lite-default-aes-impl.h:22
uint8_t key_value[32]
The key bytes buffer of current key.
Definition: ndn-lite-default-aes-impl.h:18
void ndn_lite_default_aes_load_backend(void)
Definition: ndn-lite-default-aes-impl.c:124