esp8266ndn
NDN Arduino library for ESP8266 and more
|
Give information about the curve. More...
#include <null.hpp>
Public Types | |
using | PvtLen = std::integral_constant< size_t, 32 > |
Private key length. More... | |
using | PubLen = std::integral_constant< size_t, 65 > |
Public key length. More... | |
using | MaxSigLen = std::integral_constant< size_t, 73 > |
Maximum signature length. More... | |
Give information about the curve.
using ndnph::port_ec_null::Ec::Curve::MaxSigLen = std::integral_constant<size_t, 73> |
Maximum signature length.
using ndnph::port_ec_null::Ec::Curve::PubLen = std::integral_constant<size_t, 65> |
Public key length.
using ndnph::port_ec_null::Ec::Curve::PvtLen = std::integral_constant<size_t, 32> |
Private key length.