diff options
author | Matthew Hodgson <matthew@matrix.org> | 2016-07-16 20:56:29 +0100 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2016-07-16 20:56:29 +0100 |
commit | f2906ac0e7a3168a1206beaa1fdd6ba1dd44b62d (patch) | |
tree | ccf2ce31861793099c0fccae4056faff37db1371 | |
parent | f03febb772c47855ab748ed6dee2f29db9f9c5ba (diff) |
refer to Double Ratchet in readme
-rw-r--r-- | README.rst | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,8 +1,9 @@ Olm === -An implementation of the cryptographic ratchet described by -https://github.com/trevp/axolotl/wiki, written in C++11 and exposed as a C API +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 |