commit | 8828ca6183f65d713d114228177d2b24a4b9e030 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Jul 02 13:40:09 2015 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Jul 17 16:12:24 2015 +0800 |
tree | 386769eb6d7a9069a1f15d00feb79c9a970015bb | |
parent | b346ddbb2e92ad375a7cf9eb9b35bcb945ba5431 [diff] |
util: Improvements of string helpers Improvements include: - test cases for every string helper - a new `printHex` helper to output hex conversion directly to std::ostream - new `toHex` and `printHex` helpers that accept Buffer as input parameter - a new `fromHex` helper to convert the supplied string to shared_ptr<const Buffer> - replaced uses of CryptoPP routines with `toHex` and `fromHex` helpers where applicable Change-Id: I092c9fa8fd21c413b53ea5624b82f769287bb42c Refs: #3006
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
.