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
6namespace ndnph {
7namespace port_sha256_mbed {
8
11
12} // namespace port_sha256_mbed
13
14#ifdef NDNPH_PORT_SHA256_MBED
15namespace port {
16using Sha256 = port_sha256_mbed::Sha256;
17using HmacSha256 = port_sha256_mbed::HmacSha256;
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
Definition fs.hpp:33