commit | 2fa5939375d39eb63239148aca4af6a92f45637d | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Jul 29 17:24:23 2016 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Aug 25 18:28:29 2016 -0700 |
tree | 6eb77aa3db6702fad30dc2cb86186151c8f49f32 | |
parent | 667370f102f7953968a6d0d60a782cf0ef33d9d5 [diff] |
security: Reorganizing source code to prepare for support of two version of NDN certificates This commit also removes unused ndn_digestSha256 function and deprecates crypto::sha256 in favor of crypto::computeSha256Digest in util/crypto.hpp. Change-Id: I24ee50ff073a96b868633bdf2cfade412d3605f3 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: http://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
.