blob: 3097ce97103b993bd5ad29f8ebb8b7f6d05a3f1e [file] [log] [blame]
Alexander Afanasyevbe998ac2017-05-06 13:11:42 -07001NDN DeLorean: An Authentication System for Data Archives in Named Data Networking
2=================================================================================
Yingdi Yuc9843cf2014-08-04 17:52:19 -07003
Alexander Afanasyevbe998ac2017-05-06 13:11:42 -07004Named Data Networking (NDN) enables data-centric security in network communication by mandating digital signatures on network-layer data packets. Since the lifetime of some data can extend to many years, they out-live the lifetime of their signatures.
Yingdi Yuc9843cf2014-08-04 17:52:19 -07005
Alexander Afanasyevbe998ac2017-05-06 13:11:42 -07006*NDN DeLorean* is an authentication framework to ensure the long-term authenticity of long-lived data, taking a publicly auditable bookkeeping service approach to keep permanent proofs of data signatures and the times the signatures were generated.
Yingdi Yuc9843cf2014-08-04 17:52:19 -07007
8NSL Documentation
9-----------------
10
11.. toctree::
12 :hidden:
13 :maxdepth: 3
14
Yingdi Yuc9843cf2014-08-04 17:52:19 -070015 INSTALL
16 manpages
peizhen guo883a7872014-08-11 09:26:49 -070017 design
Yingdi Yuc9843cf2014-08-04 17:52:19 -070018
19- :doc:`README`
20
21- :doc:`INSTALL`
22
23- :doc:`manpages`
24
peizhen guo883a7872014-08-11 09:26:49 -070025- :doc:`design`
26
Yingdi Yuc9843cf2014-08-04 17:52:19 -070027Documentation for ndn-cxx developers and contributors
28+++++++++++++++++++++++++++++++++++++++++++++++++++++
29
30- `API documentation (doxygen) <doxygen/annotated.html>`_
31
32License
33-------
34
Alexander Afanasyevbe998ac2017-05-06 13:11:42 -070035NDN DeLorean is an open source project licensed under conditions of GNU Lesser General Public License. For more information about the license, refer to `COPYING <https://github.com/named-data/nsl/blob/master/COPYING>`_.
Yingdi Yuc9843cf2014-08-04 17:52:19 -070036
Alexander Afanasyevbe998ac2017-05-06 13:11:42 -070037While the license does not require it, we really would appreciate it if others would share their contributions to the library if they are willing to do so under the same license.