commit | 75088679d818a83a57a01d1804247966d8ddecad | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Mon Jul 14 11:58:30 2014 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Jul 15 10:19:39 2014 -0700 |
tree | 71a17c6ab61d1a26998596c46f483420991a834b | |
parent | 7ae4bf56dc2b7058280181c1b5c561c3db3d705c [diff] |
util: Redefine method for random number generation The previous definitions random::generateWord* now generate (cryptographically) "non-secure" random numbers from uniform distribution using Boost.Random routines. When (cryptographically) secure random numbers are necessary, random::generateSecureWord* routines should be used instead. Change-Id: I52561119f7e558b4cfe0d250ca8a89e550d21b5f Refs: #1760
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
.