Update content/client-server-api/modules/end_to_end_encryption.md

Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
This commit is contained in:
Johannes Marbach 2025-05-28 12:05:15 +02:00 committed by GitHub
parent 6862c70e2c
commit 9eba6b5c9e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1567,7 +1567,7 @@ Ownership of the Curve25519 key is then established in one of two ways:
1. Via [cross-signing](#cross-signing). For this to be sufficient, the 1. Via [cross-signing](#cross-signing). For this to be sufficient, the
device keys structure must be signed by the sender's self-signing key, device keys structure must be signed by the sender's self-signing key,
and that self-signing key must itself have been validated (either via and that self-signing key must itself have been validated (either via
[explicit verification](#device-verification) or a TOFU mechanism). [explicit verification](#device-verification) or a "trust on first use" (TOFU) mechanism).
2. Via explicit verification of the device's Ed25519 signing key, as 2. Via explicit verification of the device's Ed25519 signing key, as
contained in the device keys structure. This is no longer recommended. contained in the device keys structure. This is no longer recommended.