mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
text change
This commit is contained in:
@@ -66,10 +66,7 @@ void ArduinoJsonJWT::parseJWT(String jwt, JsonDocument & jsonDocument) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* ESP32 uses mbedtls, ESP2866 uses bearssl.
|
* ESP32 uses mbedtls, with decent HMAC implementations supporting sha256, as well as others.
|
||||||
*
|
|
||||||
* Both come with decent HMAC implementations supporting sha256, as well as others.
|
|
||||||
*
|
|
||||||
* No need to pull in additional crypto libraries - lets use what we already have.
|
* No need to pull in additional crypto libraries - lets use what we already have.
|
||||||
*/
|
*/
|
||||||
String ArduinoJsonJWT::sign(String & payload) {
|
String ArduinoJsonJWT::sign(String & payload) {
|
||||||
|
|||||||
Reference in New Issue
Block a user