SensESP 3.0.1
Universal Signal K sensor toolkit ESP32
|
#include "sensesp.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. | |