diff options
author | Richard van der Hoff <richard@matrix.org> | 2016-09-23 11:54:35 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2016-09-23 11:54:35 +0100 |
commit | 4049261867fc1a4d9e7689635788d538a09aab31 (patch) | |
tree | e8500c5f6e81cd6761b7a16a72f2ce3091df1f65 /docs | |
parent | 6449c90d8170577d3c488cd3722f3f4048632c24 (diff) |
megolm.rst: link to protobuf spec
Diffstat (limited to 'docs')
-rw-r--r-- | docs/megolm.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/megolm.rst b/docs/megolm.rst index 6d20cff..7853963 100644 --- a/docs/megolm.rst +++ b/docs/megolm.rst @@ -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 |