aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2019-05-20 21:38:16 +0100
committerMatthew Hodgson <matthew@matrix.org>2019-05-20 21:38:16 +0100
commitb6cd1690f2728d9ffc08be7bf7a3589b6e5a28e2 (patch)
treee59d19dc4a44803176ed468e454d91855b4b10f8 /docs
parentc368898cef00919f8241803fc77146cc5ee5697f (diff)
merge
Diffstat (limited to 'docs')
-rw-r--r--docs/megolm.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/megolm.md b/docs/megolm.md
index f9acfd0..b9eedec 100644
--- a/docs/megolm.md
+++ b/docs/megolm.md
@@ -76,7 +76,7 @@ from $`R_{i,0}`$.
The complete ratchet value, $`R_{i}`$, is hashed to generate the keys used
to encrypt each message. This scheme allows the ratchet to be advanced an
-arbitrary amount forwards while needing at most 1023 hash computations. A
+arbitrary amount forwards while needing at most 1020 hash computations. A
client can decrypt chat history onwards from the earliest value of the ratchet
it is aware of, but cannot decrypt history from before that point without
reversing the hash function.