wording fixes

pull/3165/head
Hubert Chathi 7 years ago
parent 3918ed3c38
commit 2dce23564f

@ -4,7 +4,7 @@ Storing megolm keys serverside
Background Background
---------- ----------
A user who uses end-to-end encyrption will usually have many inbound session A user who uses end-to-end encyrption will usually have many inbound group session
keys. Users who log into new devices and want to read old messages will need a keys. Users who log into new devices and want to read old messages will need a
convenient way to transfer the session keys from one device to another. While convenient way to transfer the session keys from one device to another. While
users can currently export their keys from one device and import them to users can currently export their keys from one device and import them to
@ -102,10 +102,10 @@ settings.
### Recovery key ### Recovery key
The recovery key can either be saved by the user directly, or stored encrypted The recovery key can be saved by the user directly, stored encrypted on the
on the server (as proposed in server (as proposed in
[MSC1687](https://github.com/matrix-org/matrix-doc/issues/1687)). If the key [MSC1687](https://github.com/matrix-org/matrix-doc/issues/1687)), or both. If
is saved directly by the user, then the code is constructed as follows: the key is saved directly by the user, then the code is constructed as follows:
1. The 256-bit curve25519 private key is prepended by the bytes `0x8B` and 1. The 256-bit curve25519 private key is prepended by the bytes `0x8B` and
`0x01` `0x01`

Loading…
Cancel
Save