From 0e5f0215f3d2098193da2e55d16f8f8c6032d088 Mon Sep 17 00:00:00 2001 From: proddy Date: Sun, 1 Sep 2024 13:44:10 +0200 Subject: [PATCH] text change --- lib/framework/ArduinoJsonJWT.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/framework/ArduinoJsonJWT.cpp b/lib/framework/ArduinoJsonJWT.cpp index eb8dce2d0..6f87e926c 100644 --- a/lib/framework/ArduinoJsonJWT.cpp +++ b/lib/framework/ArduinoJsonJWT.cpp @@ -66,10 +66,7 @@ void ArduinoJsonJWT::parseJWT(String jwt, JsonDocument & jsonDocument) { } /* - * ESP32 uses mbedtls, ESP2866 uses bearssl. - * - * Both come with decent HMAC implementations supporting sha256, as well as others. - * + * ESP32 uses mbedtls, with decent HMAC implementations supporting sha256, as well as others. * No need to pull in additional crypto libraries - lets use what we already have. */ String ArduinoJsonJWT::sign(String & payload) {