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

Noise CipherState: a keyed AEAD with an incrementing nonce. More...

#include <esphome/api/bytes.hpp>
#include <esphome/api/crypto/primitives.hpp>
#include <cstdint>
Include dependency graph for cipher_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::CipherState
 Wraps a symmetric key plus a monotonically increasing nonce, per the Noise CipherState object. More...
 

Namespaces

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

Detailed Description

Noise CipherState: a keyed AEAD with an incrementing nonce.