commit | 09236c2b8d6d39218d22cdd5dd8d9bf9e5a1f352 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <aa@cs.fiu.edu> | Wed Jun 03 13:42:38 2020 -0400 |
committer | Alexander Afanasyev <aa@cs.fiu.edu> | Sat Jun 06 16:15:38 2020 -0400 |
tree | a07b0f618960602275301415adb5682570419285 | |
parent | f601e1988b1553e2e32614fcc4701fc6cce1675e [diff] |
security: Rename security/v2/* to security/* Security v1-v2 transition has been completed for a while and path separation is no longer needed. However, this commit preserves `ndn::security::v2` namespace, but makes it inline. Some commonly used v2 headers are preserved, but are deprecated and should be avoided in the dependent software. Change-Id: I26056cb3d34bcdc0a16e06dea8c1a78c03da2d40
ndn-cxx is a C++14 library implementing Named Data Networking (NDN) primitives that can be used to write various NDN applications. The library is currently being used by the following projects:
See docs/INSTALL.rst
for compilation and installation instructions.
Extensive documentation is available on the library's homepage.
Please submit any bugs or feature requests to the ndn-cxx issue tracker.
We greatly appreciate contributions to the ndn-cxx code base. If you are new to the NDN software community, please read the Contributor's Guide to get started.
ndn-cxx is an open source project licensed under the LGPL version 3. See COPYING.md
for more information.