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) 2013-2017 Regents of the University of California.
 
 ndn::detail
 

Variables

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