Initial project structure
authorDavid Llewellyn-Jones <david@flypig.co.uk>
Sat, 18 Apr 2020 17:26:27 +0000 (20:26 +0300)
committerDavid Llewellyn-Jones <david@flypig.co.uk>
Sat, 18 Apr 2020 17:26:27 +0000 (20:26 +0300)
commit79942abab927241b65a29a8a30d71b8efe6b6d94
tree4ffc5416e4ad8da678748684705faf2dfcd20267
Initial project structure
20 files changed:
AUTHORS [new file with mode: 0644]
COPYING [new file with mode: 0644]
ChangeLog [new file with mode: 0644]
INSTALL [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
NEWS [new file with mode: 0644]
README [new file with mode: 0644]
configure.ac [new file with mode: 0644]
docs/ContactTracing-BluetoothSpecificationv1.1.pdf [new file with mode: 0644]
docs/ContactTracing-CryptographySpecification.pdf [new file with mode: 0644]
docs/ContactTracing-FrameworkDocumentation.pdf [new file with mode: 0644]
docs/aclu_white_paper_-_contact_tracing_principles.pdf [new file with mode: 0644]
docs/recommendation_on_apps_for_contact_tracing_4.pdf [new file with mode: 0644]
doxyfile.in [new file with mode: 0644]
include/contrac/contrac.h [new file with mode: 0644]
libcontrac-0.pc.in [new file with mode: 0644]
src/Makefile.am [new file with mode: 0644]
src/contrac.c [new file with mode: 0644]
tests/Makefile.am [new file with mode: 0644]
tests/test_contrac.c [new file with mode: 0644]