DeterministicESPAsyncWebServer v6.27.1
Zero-allocation, bounded-execution async HTTP server for ESP32
Loading...
Searching...
No Matches
SshSha256Ctx Struct Reference

Streaming SHA-256 context. More...

#include <ssh_sha256.h>

Public Attributes

mbedtls_sha256_context mbed
 HW-accelerated SHA-256 state (ESP32 mbedtls).
 

Detailed Description

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.

Member Data Documentation

◆ mbed

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().


The documentation for this struct was generated from the following file: