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_RSA_KEY_SIZE = 2048
 
static const uint32_t ndn::EC_KEY_SIZES [] = {256, 384}
 
static const uint32_t ndn::MIN_RSA_KEY_SIZE = 1024