commit | 80782e06cd2589d3e3f9926dcdb1a70480eaf7fe | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed Jan 04 13:16:54 2017 -0800 |
committer | Alex Afanasyev <aa@cs.ucla.edu> | Thu May 25 15:09:50 2017 -0700 |
tree | 3dbe2395112dfaff64bfb44001874d67bbbdc4eb | |
parent | b555b00c280b9c9ed46f24a1fbebc73b720601af [diff] |
**breaking change**: Switch Face and related classes to v2::KeyChain security::v2::KeyChain is now exposed as ndn::KeyChain, which should ensure that dependent code can be mostly compiled. However, expect code that explicitly uses the old KeyChain interface to be broken. Change-Id: I7330d0250d92f3f0f2570ab6d0214ab3dfdd18cc Refs: #3098
ndn-cxx is a C++ library, implementing Named Data Networking (NDN) primitives that can be used to implement various NDN applications. The library is currently being used as part of the following projects:
See the file docs/INSTALL.rst
for build and install instructions.
Please submit any bugs or issues to the ndn-cxx issue tracker: https://redmine.named-data.net/projects/ndn-cxx/issues
Extensive documentation of the library is available on the library's homepage: http://www.named-data.net/doc/ndn-cxx/
ndn-cxx is an open source project licensed under LGPL 3.0 license. For more information about the license, refer to COPYING.md
.