Project

General

Profile

Task #4064

Updated by Anonymous about 7 years ago

ndn-cxx security library v2 has renamed KeyType ECDSA to EC . (This makes sense because an elliptic curve key is not necessarily used for ECDSA.) In the CCL, should also rename to EC (and keep ECDSA as deprecated).<br> and deprecate ECDSA.<br> 
 https://github.com/named-data/ndn-cpp/blob/34d42cbffbee5cd35ae64ab77bd1b8f651af7d7b/include/ndn-cpp/security/security-common.hpp#L31 

Back