Alexander Afanasyev | 6e64ac9 | 2018-06-14 17:25:38 -0400 | [diff] [blame^] | 1 | NAC: Name-Based Access Control |
| 2 | ============================== |
| 3 | |
| 4 | NAC is a C++ library, implementing Name-Based Access control primitives that can be |
| 5 | used to implement content confidentiality in NDN applications. |
| 6 | |
| 7 | Please submit any bugs or issues to the `NAC issue tracker |
| 8 | <http://redmine.named-data.net/projects/nac/issues>`__. |
| 9 | |
| 10 | NAC Documentation |
| 11 | --------------------- |
| 12 | |
| 13 | .. toctree:: |
| 14 | :hidden: |
| 15 | :maxdepth: 3 |
| 16 | |
| 17 | spec |
| 18 | |
| 19 | - :doc:`spec` |
| 20 | |
| 21 | **Additional documentation** |
| 22 | |
| 23 | - `API documentation (doxygen) <doxygen/annotated.html>`_ |
| 24 | |
| 25 | License |
| 26 | ------- |
| 27 | |
| 28 | NAC is an open source project licensed under LGPL 3.0 license. For more information about |
| 29 | the license, refer to `COPYING.md <https://github.com/named-data/name-based-access-control/blob/master/COPYING.md>`_. |