|
SSS - S3 Toolkit 0.9.6
S3 client library and applications
|
implementation of HMAC hashing algorithm. More...
#include "sha256.h"#include "utility.h"#include <cstdint>#include <cstdio>#include <cstdlib>#include <cstring>
Include dependency graph for hmac256.cpp:Functions | |
| void | hmac256 (const uint8_t *data, size_t length, const uint8_t *key, size_t key_length, uint8_t hmac_hash[32]) |
| Implement HMAC algorithm. | |
implementation of HMAC hashing algorithm.