[messaging] Group messaging consistency under resource constraints

Ximin Luo infinity0 at pwned.gg
Fri Oct 10 11:35:31 PDT 2014


On 10/10/14 17:09, Trevor Perrin wrote:
> On Fri, Oct 10, 2014 at 3:34 AM, Ximin Luo <infinity0 at pwned.gg> wrote:
>> On 10/10/14 10:24, Trevor Perrin wrote:
>>
>>> It would be good to have an algorithm that works for transports where
>>> there isn't a server seeing all messages and providing reliable
>>> retransmission (e.g. SMS, Google Cloud Messaging, email, Pond).  But
>>> even where a server is available for this, the reliability you're
>>> asking for is costly.
>>>
>>
>> I *have* an algorithm that works without a central server. I did not try to optimise for "least messages", or "small message sizes", though - because I don't know what I should be optimising for.
> 
> In an asynchronous setting you can't assume other parties are online
> to retransmit.  With no central server to retransmit, how does your
> algorithm work?
> 

It works by having everyone be a potential re-sender, of everyone else's ciphertext. (Only the ciphertext is cached, not e.g. ratchet secrets derived from them.) So yes, it doesn't work if there is one person who is never online at the same time as anyone else.

But in such a case, you would need a server to cache the ciphertext *anyway*, for that person to receive *any messages at all*. A non-caching server doesn't help reliability, only performance/efficiency - since the original sender could have just used separate individual transports (without the central server) to deliver to those recipients directly via other routes. And once you build the caching server, it's not much effort to have it attempt retransmits periodically.

X

-- 
GPG: 4096R/1318EFAC5FBBDBCE
git://github.com/infinity0/pubkeys.git

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://moderncrypto.org/mail-archive/messaging/attachments/20141010/5ce8e877/attachment.sig>


More information about the Messaging mailing list