diff options
author | Richard van der Hoff <richard@matrix.org> | 2016-10-20 11:43:41 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2016-10-20 11:43:41 +0100 |
commit | 65b334531754d9decf485975ffd2f9591bc80e84 (patch) | |
tree | ed3939cc452ef3d8c1ded52eb16bb0a29059e441 /README.rst | |
parent | 5f1b93bd0fa06a603d5d4a88af71bef7fd5143fb (diff) | |
parent | 68d98234e1cfd2893f58c41022ae169ce59b8f3c (diff) |
Merge branch 'master'
Diffstat (limited to 'README.rst')
-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 -------- |