diff options
Diffstat (limited to 'docs/megolm.rst')
-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 |