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

Noise_NNpsk0_25519_ChaChaPoly_SHA256 handshake (initiator + responder). More...

#include <esphome/api/bytes.hpp>
#include <esphome/api/crypto/cipher_state.hpp>
#include <esphome/api/crypto/primitives.hpp>
#include <esphome/api/crypto/symmetric_state.hpp>
Include dependency graph for noise_handshake.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::NoiseHandshake
 Drives the two-message NNpsk0 handshake. More...
 

Namespaces

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

Variables

constexpr auto esphome::api::noise::protocol_name = "Noise_NNpsk0_25519_ChaChaPoly_SHA256"
 Noise protocol name for the ESPHome native API.
 

Detailed Description

Noise_NNpsk0_25519_ChaChaPoly_SHA256 handshake (initiator + responder).