diff options
author | Richard van der Hoff <richard@matrix.org> | 2016-09-22 11:38:33 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2016-09-22 11:38:33 +0100 |
commit | 182eccc624b8f520c9815f0441a64313c218b777 (patch) | |
tree | 70b236f1a9bc51219e3230e314eb0fe2065aab72 /docs | |
parent | ec91dd45705020c02edfe0d2593f8fb39085cb6a (diff) |
megolm.rst: linkify Ed25519
Diffstat (limited to 'docs')
-rw-r--r-- | docs/megolm.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/megolm.rst b/docs/megolm.rst index 9d49aef..4043357 100644 --- a/docs/megolm.rst +++ b/docs/megolm.rst @@ -18,7 +18,7 @@ Overview -------- Each participant in a conversation uses their own session, which consists of a -ratchet, and an Ed25519 keypair. +ratchet, and an `Ed25519`_ keypair. Secrecy is provided by the ratchet, which can be wound forwards, via hash functions, but not backwards, and is used to derive a distinct message key |