TCNCoalition / TCN

Specification and reference implementation of the TCN Protocol for decentralized, privacy-preserving contact tracing.
MIT License
263 stars 33 forks source link

what is the process to get type reserved as part of memo field #83

Closed rajagottumukkala closed 4 years ago

rajagottumukkala commented 4 years ago

We are working on using TCN for our implementation and we are interested in reserving for type like CoEpi and CovidWatch. Can someone help me with the process?

scottleibrand commented 4 years ago

You can make a pull request directly against https://github.com/TCNCoalition/TCN/blob/main/README.md (by clicking the pencil icon to edit).

rajagottumukkala commented 4 years ago

Thank you