idfxx 1.0.0
Modern C++23 components for ESP-IDF
Loading...
Searching...
No Matches
idfxx::nvs::flash::secure_config Struct Reference

Key for encryption and decryption. More...

#include <idfxx_nvs/include/idfxx/nvs.hpp>

Public Attributes

std::array< uint8_t, key_sizeeky
 
std::array< uint8_t, key_sizetky
 

Detailed Description

Key for encryption and decryption.

Definition at line 349 of file nvs.hpp.

Member Data Documentation

◆ eky

std::array<uint8_t, key_size> idfxx::nvs::flash::secure_config::eky

XTS encryption and decryption key

Definition at line 350 of file nvs.hpp.

◆ tky

std::array<uint8_t, key_size> idfxx::nvs::flash::secure_config::tky

XTS tweak key

Definition at line 351 of file nvs.hpp.


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