#include "ndn-cxx/security/key-params.hpp"
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::MAX_RSA_KEY_SIZE = 16384 |
const uint32_t | ndn::detail::MIN_RSA_KEY_SIZE = 2048 |