ContactAssistApp / server

CovidSafe backend API service
https://covidsafe.cs.washington.edu/
MIT License
22 stars 13 forks source link

Generate broadcast identifiers on the backend #43

Closed corygehr closed 4 years ago

corygehr commented 4 years ago

The backend should be able to reproduce the broadcasted identifiers from a phone based on the initial seed and its creation time. The client will provide the original ID to the backend which will then determine all possible identifiers broadcast by that device. Those are what will be reported when other clients check-in.

corygehr commented 4 years ago

Awaiting unit tests from the client apps before we move forward. They will ensure the implementation is consistent across all implementations.

corygehr commented 4 years ago

Superceded by #44.