You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
while thinking about multiple device support for ssb/patchwork I started wondering about posting a message to a group (i.e. readable by all devices in that group)
If we made the group shared key a curve25519 key then it would mean someone who is not a member of that group could post a message to that group just like they could to a regular feed.
hmm, although, that would mean doing two asym operations (or N, depending on how many groups you are in) for each encrypted message, which would scale a lot worse than one way groups
The text was updated successfully, but these errors were encountered:
while thinking about multiple device support for ssb/patchwork I started wondering about posting a message to a group (i.e. readable by all devices in that group)
If we made the group shared key a curve25519 key then it would mean someone who is not a member of that group could post a message to that group just like they could to a regular feed.
hmm, although, that would mean doing two asym operations (or N, depending on how many groups you are in) for each encrypted message, which would scale a lot worse than one way groups
The text was updated successfully, but these errors were encountered: