ndn-lite
ndn-lite-default-sha-impl.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2018-2019 Edward Lu, Zhiyi Zhang, Tianyuan Yu
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  * See AUTHORS.md for complete list of NDN IOT PKG authors and contributors.
9  */
10 
11 #ifndef NDN_LITE_DEFAULT_SHA256_IMPL_H
12 #define NDN_LITE_DEFAULT_SHA256_IMPL_H
13 
15 
18 };
19 
20 void
22 
23 #endif // NDN_LITE_DEFAULT_SHA256_IMPL_H
struct tc_sha256_state_struct s
Definition: ndn-lite-default-sha-impl.h:17
Definition: tc_sha256.h:71
void ndn_lite_default_sha_load_backend(void)
Definition: ndn-lite-default-sha-impl.c:44
Interface to a SHA-256 implementation.
Definition: ndn-lite-default-sha-impl.h:16