#include "Configuration.h"
#include <Seeed_mbedtls.h>
#include <stdint.h>
#include <stddef.h>
Go to the source code of this file.
|
| class | HashGenerator |
| | Wrapper class which allows generating a hash of a given type from any arbitrary byte payload, which is hashable in chunks. More...
|
| |
| struct | HashGenerator::HashString |
| | Wrapper class for the char array that is big enough to hold the string representation of every possible hash algorithm. More...
|
| |
◆ MAX_STRING_HASH_SIZE
| size_t constexpr MAX_STRING_HASH_SIZE = (MBEDTLS_MD_MAX_SIZE * 2U) + 1U |
|
constexpr |