|
DeterministicESPAsyncWebServer v6.27.1
Zero-allocation, bounded-execution async HTTP server for ESP32
|
Streaming SHA-256 context. More...
#include <ssh_sha256.h>
Public Attributes | |
| mbedtls_sha256_context | mbed |
| HW-accelerated SHA-256 state (ESP32 mbedtls). | |
Streaming SHA-256 context.
Holds the running hash state so data can be fed in multiple chunks. Used for the KEX exchange-hash which is assembled from several separately-encoded fields (V_C, V_S, I_C, I_S, K_S, e, f, K).
Definition at line 43 of file ssh_sha256.h.
| mbedtls_sha256_context SshSha256Ctx::mbed |
HW-accelerated SHA-256 state (ESP32 mbedtls).
Definition at line 45 of file ssh_sha256.h.
Referenced by ssh_sha256_final(), ssh_sha256_init(), and ssh_sha256_update().