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.
This commit is contained in:
parent
983e78dc53
commit
203083cdd4
1 changed files with 1 additions and 1 deletions
|
@ -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 ``"\x02"``.
|
||||
The version byte, ``V``, is ``"\x01"``.
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue