megolm.rst: link to protobuf spec
This commit is contained in:
parent
6449c90d81
commit
4049261867
1 changed files with 3 additions and 1 deletions
|
@ -243,7 +243,8 @@ signature.
|
|||
|
||||
The version byte, ``V``, is ``"\x03"``.
|
||||
|
||||
The payload consists of the following key-value pairs:
|
||||
The payload uses a format based on the `Protocol Buffers encoding`_. It
|
||||
consists of the following key-value pairs:
|
||||
|
||||
============= ===== ======== ================================================
|
||||
Name Tag Type Meaning
|
||||
|
@ -286,3 +287,4 @@ Version 2.0 <http://www.apache.org/licenses/LICENSE-2.0>`_.
|
|||
.. _`CBC`: http://csrc.nist.gov/publications/nistpubs/800-38a/sp800-38a.pdf
|
||||
.. _`PCKS#7`: https://tools.ietf.org/html/rfc2315
|
||||
.. _`Olm`: ./olm.html
|
||||
.. _`Protocol Buffers encoding`: https://developers.google.com/protocol-buffers/docs/encoding
|
||||
|
|
Loading…
Reference in a new issue