diff --git a/supporting-docs/guides/2016-10-18-e2e_implementation.rst b/supporting-docs/guides/2016-10-18-e2e_implementation.rst index d0e1ca5b..39a51d3f 100644 --- a/supporting-docs/guides/2016-10-18-e2e_implementation.rst +++ b/supporting-docs/guides/2016-10-18-e2e_implementation.rst @@ -654,20 +654,22 @@ This will return a result as follows: .. code:: json { - "": { - "": { - "signed_curve25519:": { - "key": "", - "signatures": { - "": { - "ed25519:": "" + "one_time_keys": { + "": { + "": { + "signed_curve25519:": { + "key": "", + "signatures": { + "": { + "ed25519:": "" + } } - } + }, }, + ... }, ... - }, - ... + } } The client should first check the signatures on the signed key objects. As with