rav/inter_device_key_shares
Matthew Hodgson 2016-09-28 18:49:56 +01:00
parent 8a8d100ee5
commit 6d80d934cd
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ The Megolm ratchet is intended for encrypted messaging applications where there
may be a large number of recipients of each message, thus precluding the use of may be a large number of recipients of each message, thus precluding the use of
peer-to-peer encryption systems such as `Olm`_. peer-to-peer encryption systems such as `Olm`_.
It also allows a receipient to decrypt received messages multiple times. For It also allows a recipient to decrypt received messages multiple times. For
instance, in client/server applications, a copy of the ciphertext can be stored instance, in client/server applications, a copy of the ciphertext can be stored
on the (untrusted) server, while the client need only store the session keys. on the (untrusted) server, while the client need only store the session keys.