|
SensESP 3.1.1
Universal Signal K sensor toolkit ESP32
|
#include "hash.h"#include "esp_arduino_version.h"#include "mbedtls/base64.h"#include "mbedtls/md.h"#include "mbedtls/md5.h"Go to the source code of this file.
Namespaces | |
| namespace | sensesp |
Functions | |
| void | sensesp::Sha1 (const String &payload_str, uint8_t *hash_output) |
| SHA-1 hash function. | |
| String | sensesp::MD5 (const String &payload_str) |
| MD5 hash function. | |
| String | sensesp::Base64Sha1 (const String &payload_str) |
| A base64-encoded SHA-1 hash function. | |