esp8266ndn
NDN Arduino library for ESP8266 and more
|
#include <common.hpp>
Inherited by ndnph::ndncert::client::NewResponse, and ndnph::ndncert::server::NewResponse.
Public Attributes | |
mbedtls::P256::Point | ecdhPub |
Server ECDH public key. More... | |
uint8_t | salt [detail::SaltLen::value] |
ECDH salt. More... | |
uint8_t | requestId [detail::RequestIdLen::value] |
Request ID. More... | |
mbedtls::P256::Point ndnph::ndncert::packet_struct::NewResponse::ecdhPub |
Server ECDH public key.
uint8_t ndnph::ndncert::packet_struct::NewResponse::requestId[detail::RequestIdLen::value] |
Request ID.
uint8_t ndnph::ndncert::packet_struct::NewResponse::salt[detail::SaltLen::value] |
ECDH salt.