diff options
author | Richard van der Hoff <richard@matrix.org> | 2016-10-19 19:14:18 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2016-10-19 19:14:18 +0100 |
commit | 23fdc0b0f96eb871d5ce72ed668784018bc026a0 (patch) | |
tree | 9cec0d83ec6b5fbb6d07ba448e1aa86d166ce0d3 | |
parent | d48dc8197680dce2bb810c5714f17d1a35dcb3d0 (diff) |
Link to the megolm spec
-rw-r--r-- | README.rst | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -5,8 +5,12 @@ An implementation of the Double Ratchet cryptographic ratchet described by https://github.com/trevp/double_ratchet/wiki, written in C and C++11 and exposed as a C API. -The specification of the Olm ratchet can be found in docs/olm.rst or -https://matrix.org/docs/spec/olm.html +The specification of the Olm ratchet can be found in ``docs/olm.rst`` or +https://matrix.org/docs/spec/olm.html. + +This library also includes an implementation of the Megolm cryptographic +ratchet, as specified in ``docs/megolm.rst`` or +https://matrix.org/docs/spec/megolm.html. Building -------- |