#include "ndn-cxx/security/key-params.hpp"
 Include dependency graph for key-params.cpp:Go to the source code of this file.
Namespaces | |
| ndn | |
| ndn::detail | |
Variables | |
| 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_EC_KEY_SIZE = 256 | 
| const uint32_t | ndn::detail::DEFAULT_HMAC_KEY_SIZE = 256 | 
| 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::MIN_RSA_KEY_SIZE = 2048 |