esp8266ndn
NDN Arduino library for ESP8266 and more
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Functions
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
w
Typedefs
a
b
c
e
f
g
h
i
k
m
n
p
r
s
t
u
v
Enumerations
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
v
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
~
Variables
a
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
v
w
Typedefs
b
c
d
i
k
l
m
o
p
r
s
t
v
Enumerations
Enumerator
Related Functions
Files
File List
File Members
All
_
e
l
n
Macros
_
e
l
n
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
NDNph
src
ndnph
port
sha256
port.hpp
Go to the documentation of this file.
1
#ifndef NDNPH_PORT_SHA256_PORT_HPP
2
#define NDNPH_PORT_SHA256_PORT_HPP
3
4
#if defined(NDNPH_PORT_SHA256_CUSTOM)
5
// using custom sha256 port
6
#elif defined(NDNPH_HAVE_MBED)
7
#define NDNPH_PORT_SHA256_MBED
8
#include "
mbed.hpp
"
9
#else
10
#define NDNPH_PORT_SHA256_NULL
11
#include "null.hpp"
12
#endif
13
14
#endif
// NDNPH_PORT_SHA256_PORT_HPP
mbed.hpp
Generated by
1.9.1