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

const uint32_t ndn::detail::MIN_RSA_KEY_SIZE = 2048
 
const uint32_t ndn::detail::DEFAULT_RSA_KEY_SIZE = 2048
 
const uint32_t ndn::detail::EC_KEY_SIZES [] = {224, 256, 384, 521}
 
const uint32_t ndn::detail::DEFAULT_EC_KEY_SIZE = 256
 
const uint32_t ndn::detail::AES_KEY_SIZES [] = {128, 192, 256}
 
const uint32_t ndn::detail::DEFAULT_AES_KEY_SIZE = 128
 
const uint32_t ndn::detail::DEFAULT_HMAC_KEY_SIZE = 256