mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-27 16:33:44 +01:00
wording fixes
This commit is contained in:
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…
Reference in a new issue