Skip to content
GitLab
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
203083cd
Commit
203083cd
authored
Sep 01, 2022
by
Denis Kasak
Browse files
fix(megolm spec): Correct the version for the session export format.
It was mistakenly claimed to be 2 when it's supposed to be 1.
parent
983e78dc
Pipeline
#25602
passed with stages
in 5 minutes and 14 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
docs/megolm.md
View file @
203083cd
...
...
@@ -227,7 +227,7 @@ The Megolm session export format is thus as follows:
0 1 5 37 69 101 133 165 bytes
```
The version byte,
``V``
, is
``"\x0
2
"``
.
The version byte,
``V``
, is
``"\x0
1
"``
.
This is followed by the ratchet index, $
`i`
$, which is encoded as a
big-endian 32-bit integer; the ratchet values $
`R_{i,j}`
$; and the public
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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