blob: ecf8f81743bcd702ed41828b8140cdd3627c2b4e [file] [log] [blame]
Alexander Afanasyev6e64ac92018-06-14 17:25:38 -04001NAC: Name-Based Access Control
2==============================
3
4NAC is a C++ library, implementing Name-Based Access control primitives that can be
5used to implement content confidentiality in NDN applications.
6
7Please submit any bugs or issues to the `NAC issue tracker
8<http://redmine.named-data.net/projects/nac/issues>`__.
9
10NAC 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
25License
26-------
27
28NAC is an open source project licensed under LGPL 3.0 license. For more information about
29the license, refer to `COPYING.md <https://github.com/named-data/name-based-access-control/blob/master/COPYING.md>`_.