diff --git a/README.md b/README.md index ce8e662374..73fc02abd9 100644 --- a/README.md +++ b/README.md @@ -28,15 +28,23 @@ an Epidemic [Full Version](https://arxiv.org/pdf/2003.08567.pdf), [Summary](http Here's a much-simplified version: ``` -1. Phone generates a new random code each hour. -2. Phone broadcasts that code alone to neighboring phones. -3. Receiving phones save those random codes locally. +1. Phone generates a new random code each hour +2. Phone broadcasts that code alone to neighboring phones +3. Receiving phones save those random codes locally -4. Upon diagnosis, the host's contact codes alone are sent to a server. +4. Upon diagnosis, the user's contact codes alone are sent to a server -5. All phones regularly download a list of UUIDs that had contact with a host and alert the user if he was close to one. +5. Phone regularly downloads a list of codes from the server +6. Phone alerts the user if one if his codes is in the list ``` +Hence, no one knows anyone. + +1. The infected does not know the names of the contacts. +2. Contacts do not know the names of the infected. +3. The server only hosts random codes. +4. If anyone else get a hold on the phone, they only have random codes. + # Development Overview This is a React Native app version 61.5