A few code reorganizations

Change-Id: If4632fecc7085e5448226c2061e08546757eda9b
56 files changed
tree: fb04c7bccec79edb8566e1e8de286ff974abc103
  1. .waf-tools/
  2. core/
  3. daemon/
  4. docs/
  5. tests/
  6. tools/
  7. .gitignore
  8. AUTHORS.md
  9. common.hpp
  10. COPYING.md
  11. cryptopp.hpp
  12. ndn-delorean.conf.sample.in
  13. README.md
  14. version.hpp.in
  15. waf
  16. wscript
README.md

NDN DeLorean: An Authentication System for Data Archives in Named Data Networking

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.

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.