1#ifndef NDNPH_PORT_SHA256_MBED_HPP
2#define NDNPH_PORT_SHA256_MBED_HPP
4#include "../mbed-common.hpp"
7namespace port_sha256_mbed {
7namespace port_sha256_mbed {
…}
14#ifdef NDNPH_PORT_SHA256_MBED
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