aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2016-10-20 11:43:41 +0100
committerRichard van der Hoff <richard@matrix.org>2016-10-20 11:43:41 +0100
commit65b334531754d9decf485975ffd2f9591bc80e84 (patch)
treeed3939cc452ef3d8c1ded52eb16bb0a29059e441 /README.rst
parent5f1b93bd0fa06a603d5d4a88af71bef7fd5143fb (diff)
parent68d98234e1cfd2893f58c41022ae169ce59b8f3c (diff)
Merge branch 'master'
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 21ae529..be1fb1a 100644
--- a/README.rst
+++ b/README.rst
@@ -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
--------