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