#include "ndn-cxx/security/key-params.hpp"
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 = 2048 | 
| 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::DEFAULT_EC_KEY_SIZE = 256 | 
| static const uint32_t | ndn::AES_KEY_SIZES [] = {128, 192, 256} | 
| static const uint32_t | ndn::DEFAULT_AES_KEY_SIZE = 128 |