Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
matrix-org
Olm
Commits
214908ac
Commit
214908ac
authored
May 20, 2019
by
Matthew Hodgson
Browse files
fix thinko in megolm spec
as per
https://github.com/matrix-org/olm/issues/15
. thanks to @dest
parent
969c8b45
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/megolm.rst
View file @
214908ac
...
...
@@ -96,7 +96,7 @@ from :math:`R_{i,0}`.
The complete ratchet value, :math:`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 102
3
hash computations. A
arbitrary amount forwards while needing at most 102
0
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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment