X-Git-Url: https://www.flypig.org.uk/git/?a=blobdiff_plain;f=README.md;fp=README.md;h=a4f1de3a28beb3ad20b8559dc03ca9d761c5906d;hb=898179066d7c20b6a11387025496973e9f641bee;hp=fc5896f5b127b3bd04206cf3342b129ab0c2e951;hpb=d5364bf7b28da9f4d530d11aa7583ecff7fc7269;p=libcontrac.git diff --git a/README.md b/README.md index fc5896f..a4f1de3 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,14 @@ # libcontrac ReadMe -libcontrac is an implementation of the Contact Traing API. +libcontrac is an implementation of the Contact Tracing API. + +See the draft specs: https://www.apple.com/covid19/contacttracing/ ## Install If you have autoconf you can install as follows. -```` +``` ./configure make make check @@ -31,6 +33,7 @@ Most of the functionality revolves around the Conrac structure. Create and initialise the structure as follows. The day and interval number should be set appropriately. + ``` Contrac * contrac = contrac_new(); contrac_generate_tracing_key(contrac);