NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
key-params.cpp File Reference
#include "key-params.hpp"
Include dependency graph for key-params.cpp:

Go to the source code of this file.

Namespaces

 ndn
 Copyright (c) 2011-2015 Regents of the University of California.
 
 ndn::detail
 

Variables

static const uint32_t ndn::MIN_RSA_KEY_SIZE = 1024
 
static const uint32_t ndn::DEFAULT_RSA_KEY_SIZE = 2048
 
static const uint32_t ndn::EC_KEY_SIZES [] = {256, 384}
 
static const uint32_t ndn::AES_KEY_SIZES [] = {128, 192, 256}