- 27 Jun, 2018 1 commit
-
-
- 10 Jan, 2017 1 commit
-
-
Richard van der Hoff authored
-
- 09 Jan, 2017 1 commit
-
-
Richard van der Hoff authored
olm_import_inbound_group_session, which reads the format written by olm_export_inbound_group_session to initialise a group session.
-
- 06 Jan, 2017 1 commit
-
-
Richard van der Hoff authored
A pair of functions which allow you to export the megolm keys for an inbound group session, so that an application can save/restore them.
-
- 20 Oct, 2016 1 commit
-
-
Mark Haines authored
Applications can use the index to detect replays of the same message.
-
- 13 Sep, 2016 2 commits
-
-
Mark Haines authored
-
Mark Haines authored
-
- 06 Sep, 2016 1 commit
-
-
Richard van der Hoff authored
Add ed25519 keys to the inbound and outbound sessions, and use them to sign and verify megolm messages. We just stuff the ed25519 public key in alongside the megolm session key (and add a version byte), to save adding more boilerplate to the JS/python/etc layers.
-
- 24 May, 2016 2 commits
-
-
Richard van der Hoff authored
Make names (of session_key and message_index) more consistent. Use our own protobuf tags rather than trying to piggyback on the one-to-one structure.
-
Richard van der Hoff authored
Includes creation of inbound sessions, etc
-