esphome-api-client 0.5.0
Modern C++17 client for the ESPHome native API (plaintext + Noise)
Loading...
Searching...
No Matches
Classes | Namespaces
symmetric_state.hpp File Reference

Noise SymmetricState: chaining key + transcript hash + CipherState. More...

#include <esphome/api/bytes.hpp>
#include <esphome/api/crypto/cipher_state.hpp>
#include <esphome/api/crypto/primitives.hpp>
#include <string>
#include <utility>
Include dependency graph for symmetric_state.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  esphome::api::noise::SymmetricState
 Implements the Noise SymmetricState object: it accumulates the handshake transcript hash h, derives keys through the chaining key ck, and owns the handshake CipherState. More...
 

Namespaces

namespace  esphome
 
namespace  esphome::api
 
namespace  esphome::api::noise
 

Detailed Description

Noise SymmetricState: chaining key + transcript hash + CipherState.