From 3ae6bb47d88d20fa7090df3e03314bddf0e266a4 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Wed, 12 Jul 2023 08:52:30 +0100 Subject: [PATCH] Update end_to_end_encryption.md (#1596) --- content/client-server-api/modules/end_to_end_encryption.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/client-server-api/modules/end_to_end_encryption.md b/content/client-server-api/modules/end_to_end_encryption.md index d84bfb69..f2f75705 100644 --- a/content/client-server-api/modules/end_to_end_encryption.md +++ b/content/client-server-api/modules/end_to_end_encryption.md @@ -305,7 +305,7 @@ properties. | key | JWK | **Required.** A [JSON Web Key](https://tools.ietf.org/html/rfc7517#appendix-A.3) object. | | iv | string | **Required.** The 128-bit unique counter block used by AES-CTR, encoded as unpadded base64. | | hashes | {string: string} | **Required.** A map from an algorithm name to a hash of the ciphertext, encoded as unpadded base64. Clients should support the SHA-256 hash, which uses the key `sha256`. | -| v | string | **Required.** Version of the encrypted attachments protocol. Must be `v2`. | +| v | string | **Required.** Version of the encrypted attachment's protocol. Must be `v2`. | `JWK`