esp8266ndn
NDN Arduino library for ESP8266 and more
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | List of all members
ndnph::port_ec_null::Ec::Curve Struct Reference

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...
 

Detailed Description

Give information about the curve.

Member Typedef Documentation

◆ MaxSigLen

using ndnph::port_ec_null::Ec::Curve::MaxSigLen = std::integral_constant<size_t, 73>

Maximum signature length.

◆ PubLen

using ndnph::port_ec_null::Ec::Curve::PubLen = std::integral_constant<size_t, 65>

Public key length.

◆ PvtLen

using ndnph::port_ec_null::Ec::Curve::PvtLen = std::integral_constant<size_t, 32>

Private key length.


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