esp8266ndn
NDN Arduino library for ESP8266 and more
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
mbed.hpp
Go to the documentation of this file.
1 #ifndef NDNPH_PORT_SHA256_MBED_HPP
2 #define NDNPH_PORT_SHA256_MBED_HPP
3 
4 #include "../mbed-common.hpp"
5 
6 namespace ndnph {
7 namespace port_sha256_mbed {
8 
11 
12 } // namespace port_sha256_mbed
13 
14 #ifdef NDNPH_PORT_SHA256_MBED
15 namespace port {
18 } // namespace port
19 #endif
20 
21 } // namespace ndnph
22 
23 #endif // NDNPH_PORT_SHA256_MBED_HPP
HMAC algorithm.
Definition: mbed-common.hpp:67
SHA256 hash function.
Definition: mbed-common.hpp:36
mbedtls::Sha256 Sha256
Definition: mbed.hpp:9
mbedtls::Hmac< MBEDTLS_MD_SHA256, NDNPH_SHA256_LEN > HmacSha256
Definition: mbed.hpp:10
esp8266ndn::ndnph_port::HmacSha256 HmacSha256
Definition: sha256-bearssl.hpp:59
esp8266ndn::ndnph_port::Sha256 Sha256
Definition: sha256-bearssl.hpp:58
Definition: fs.hpp:33