mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-19 09:54:09 +01:00
snake-case for consistency
This commit is contained in:
parent
982abc168a
commit
7713a0f402
|
|
@ -398,8 +398,8 @@ The `session_data` field in the backups is constructed as follows:
|
||||||
- `sender_key` (string): base64-encoded device curve25519 key
|
- `sender_key` (string): base64-encoded device curve25519 key
|
||||||
- `sender_claimed_keys` (object): object containing the identity keys for the
|
- `sender_claimed_keys` (object): object containing the identity keys for the
|
||||||
sending device
|
sending device
|
||||||
- `forwardingCurve25519KeyChain` (array): zero or more curve25519 keys for
|
- `forwarding_curve25519_key_chain` (array): zero or more curve25519 keys
|
||||||
devices who forwarded the session key
|
for devices who forwarded the session key
|
||||||
- `session_key` (string): base64-encoded (unpadded) session key
|
- `session_key` (string): base64-encoded (unpadded) session key
|
||||||
2. Generate an ephemeral curve25519 key, and perform an ECDH with the ephemeral
|
2. Generate an ephemeral curve25519 key, and perform an ECDH with the ephemeral
|
||||||
key and the backup's public key to generate a shared secret. The public
|
key and the backup's public key to generate a shared secret. The public
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue