Closed fluffy closed 2 years ago
Here is some proposed changes to the api between ui/sec/net.
It makes the device IDs larger.
It passes the information in the name to and from sec to UI. This allows the name to be authenticated when we do the encryption of the messages.
It passes the device and message id of a received message up to the UI so the UI can refer to that or detect missing messages.
Rebased off main so it builds properly.
LGTM - any reason we should not just merge this ?
No. Suhas said merge it. If anything breaks, we can fix it.
Here is some proposed changes to the api between ui/sec/net.
It makes the device IDs larger.
It passes the information in the name to and from sec to UI. This allows the name to be authenticated when we do the encryption of the messages.
It passes the device and message id of a received message up to the UI so the UI can refer to that or detect missing messages.