megolm.rst: link to protobuf spec

This commit is contained in:
Richard van der Hoff 2016-09-23 11:54:35 +01:00
parent 6449c90d81
commit 4049261867

View file

@ -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