Update megolm.md

69+64 != 129
rav/simpler_megolm
Richard van der Hoff 2022-11-30 13:06:04 +00:00
parent 2ac6177f9c
commit 06a1b66ea9
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ The session sharing format is as follows:
+---+----+------+------+-----------+ +---+----+------+------+-----------+
| V | i | R(i) | Kpub | Signature | | V | i | R(i) | Kpub | Signature |
+---+----+------+------+-----------+ +---+----+------+------+-----------+
0 1 5 37 69 129 bytes 0 1 5 37 69 133 bytes
``` ```
The version byte, ``V``, is ``"\x04"``. The version byte, ``V``, is ``"\x04"``.