diff options
author | Eli Flanagan <eflanagan@innovu.com> | 2017-05-26 11:30:56 -0400 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2017-06-07 10:10:39 +0100 |
commit | 780d83a1d842ee6ac9255f61e8bd2084b63b5da3 (patch) | |
tree | c9d7ca6c5fbfc231a7da2a04fb05f7a10a6b20f5 /docs | |
parent | b7dcbfdf64e26250dbbae48a5df16324f025748c (diff) |
update link
Diffstat (limited to 'docs')
-rw-r--r-- | docs/olm.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/olm.rst b/docs/olm.rst index 093cb47..a18662d 100644 --- a/docs/olm.rst +++ b/docs/olm.rst @@ -2,7 +2,8 @@ Olm: A Cryptographic Ratchet ============================ An implementation of the double cryptographic ratchet described by -https://github.com/trevp/double_ratchet/wiki. +https://whispersystems.org/docs/specifications/doubleratchet/. + Notation -------- @@ -343,7 +344,7 @@ Acknowledgements ---------------- The ratchet that Olm implements was designed by Trevor Perrin and Moxie -Marlinspike - details at https://github.com/trevp/double_ratchet/wiki. Olm is +Marlinspike - details at https://whispersystems.org/docs/specifications/doubleratchet/. Olm is an entirely new implementation written by the Matrix.org team. .. _`Curve25519`: http://cr.yp.to/ecdh.html |