esp8266ndn
NDN Arduino library for ESP8266 and more
|
Stub SHA256 algorithm implementation. More...
#include <null.hpp>
Public Member Functions | |
void | update (const uint8_t *, size_t) |
Append bytes into hash state. | |
bool | final (uint8_t[NDNPH_SHA256_LEN]) |
Finalize hash and obtain digest. | |
Stub SHA256 algorithm implementation.
|
inline |
Finalize hash and obtain digest.
|
inline |
Append bytes into hash state.