esp8266ndn
NDN Arduino library for ESP8266 and more
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
ndnph::EncryptedMessage< ivType, ivLen, tagType, tagLen, epType >::InPlace Struct Reference

#include <encrypted-message.hpp>

Public Attributes

uint8_t * iv = nullptr
 
uint8_t * tag = nullptr
 
uint8_t * ciphertext = nullptr
 

Member Data Documentation

◆ ciphertext

template<uint32_t ivType, size_t ivLen, uint32_t tagType, size_t tagLen, uint32_t epType>
uint8_t* ndnph::EncryptedMessage< ivType, ivLen, tagType, tagLen, epType >::InPlace::ciphertext = nullptr

◆ iv

template<uint32_t ivType, size_t ivLen, uint32_t tagType, size_t tagLen, uint32_t epType>
uint8_t* ndnph::EncryptedMessage< ivType, ivLen, tagType, tagLen, epType >::InPlace::iv = nullptr

◆ tag

template<uint32_t ivType, size_t ivLen, uint32_t tagType, size_t tagLen, uint32_t epType>
uint8_t* ndnph::EncryptedMessage< ivType, ivLen, tagType, tagLen, epType >::InPlace::tag = nullptr

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