mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-27 08:23:42 +01:00
Merge pull request #1933 from Vikingat-RAGE/master
E2E typo fix in spec
This commit is contained in:
commit
fa541fd99a
|
|
@ -0,0 +1 @@
|
||||||
|
Fix various spelling mistakes throughout the specification.
|
||||||
|
|
@ -291,8 +291,8 @@ v string **Required.** Version of the encrypted attachments
|
||||||
========= ========= ============================================================
|
========= ========= ============================================================
|
||||||
Parameter Type Description
|
Parameter Type Description
|
||||||
========= ========= ============================================================
|
========= ========= ============================================================
|
||||||
key string **Required.** Key type. Must be ``oct``.
|
kty string **Required.** Key type. Must be ``oct``.
|
||||||
key_opts [string] **Required.** Key operations. Must at least contain
|
key_ops [string] **Required.** Key operations. Must at least contain
|
||||||
``encrypt`` and ``decrypt``.
|
``encrypt`` and ``decrypt``.
|
||||||
alg string **Required.** Algorithm. Must be ``A256CTR``.
|
alg string **Required.** Algorithm. Must be ``A256CTR``.
|
||||||
k string **Required.** The key, encoded as urlsafe unpadded base64.
|
k string **Required.** The key, encoded as urlsafe unpadded base64.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue