Alexander Afanasyev | be998ac | 2017-05-06 13:11:42 -0700 | [diff] [blame^] | 1 | NDN DeLorean: An Authentication System for Data Archives in Named Data Networking |
| 2 | ================================================================================= |
Yingdi Yu | c9843cf | 2014-08-04 17:52:19 -0700 | [diff] [blame] | 3 | |
Alexander Afanasyev | be998ac | 2017-05-06 13:11:42 -0700 | [diff] [blame^] | 4 | Named 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 Yu | c9843cf | 2014-08-04 17:52:19 -0700 | [diff] [blame] | 5 | |
Alexander Afanasyev | be998ac | 2017-05-06 13:11:42 -0700 | [diff] [blame^] | 6 | *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 Yu | c9843cf | 2014-08-04 17:52:19 -0700 | [diff] [blame] | 7 | |
| 8 | NSL Documentation |
| 9 | ----------------- |
| 10 | |
| 11 | .. toctree:: |
| 12 | :hidden: |
| 13 | :maxdepth: 3 |
| 14 | |
Yingdi Yu | c9843cf | 2014-08-04 17:52:19 -0700 | [diff] [blame] | 15 | INSTALL |
| 16 | manpages |
peizhen guo | 883a787 | 2014-08-11 09:26:49 -0700 | [diff] [blame] | 17 | design |
Yingdi Yu | c9843cf | 2014-08-04 17:52:19 -0700 | [diff] [blame] | 18 | |
| 19 | - :doc:`README` |
| 20 | |
| 21 | - :doc:`INSTALL` |
| 22 | |
| 23 | - :doc:`manpages` |
| 24 | |
peizhen guo | 883a787 | 2014-08-11 09:26:49 -0700 | [diff] [blame] | 25 | - :doc:`design` |
| 26 | |
Yingdi Yu | c9843cf | 2014-08-04 17:52:19 -0700 | [diff] [blame] | 27 | Documentation for ndn-cxx developers and contributors |
| 28 | +++++++++++++++++++++++++++++++++++++++++++++++++++++ |
| 29 | |
| 30 | - `API documentation (doxygen) <doxygen/annotated.html>`_ |
| 31 | |
| 32 | License |
| 33 | ------- |
| 34 | |
Alexander Afanasyev | be998ac | 2017-05-06 13:11:42 -0700 | [diff] [blame^] | 35 | NDN 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 Yu | c9843cf | 2014-08-04 17:52:19 -0700 | [diff] [blame] | 36 | |
Alexander Afanasyev | be998ac | 2017-05-06 13:11:42 -0700 | [diff] [blame^] | 37 | While 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. |