key-params.cpp File Reference
+ Include dependency graph for key-params.cpp:

Go to the source code of this file.

Namespaces

 ndn
 
 ndn::detail
 Contains implementation details that are not part of the ndn-cxx public API.
 

Variables

constexpr uint32_t ndn::detail::AES_KEY_SIZES [] = {128, 192, 256}
 
constexpr uint32_t ndn::detail::DEFAULT_AES_KEY_SIZE = 128
 
constexpr uint32_t ndn::detail::DEFAULT_EC_KEY_SIZE = 256
 
constexpr uint32_t ndn::detail::DEFAULT_HMAC_KEY_SIZE = 256
 
constexpr uint32_t ndn::detail::DEFAULT_RSA_KEY_SIZE = 2048
 
constexpr uint32_t ndn::detail::EC_KEY_SIZES [] = {224, 256, 384, 521}
 
constexpr uint32_t ndn::detail::MAX_RSA_KEY_SIZE = 16384
 
constexpr uint32_t ndn::detail::MIN_RSA_KEY_SIZE = 2048