Skip to content

Commit 3ae6bb4

Browse files
authored
Update end_to_end_encryption.md (matrix-org#1596)
1 parent 1405184 commit 3ae6bb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ properties.
305305
| key | JWK | **Required.** A [JSON Web Key](https://tools.ietf.org/html/rfc7517#appendix-A.3) object. |
306306
| iv | string | **Required.** The 128-bit unique counter block used by AES-CTR, encoded as unpadded base64. |
307307
| 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`. |
308-
| v | string | **Required.** Version of the encrypted attachments protocol. Must be `v2`. |
308+
| v | string | **Required.** Version of the encrypted attachment's protocol. Must be `v2`. |
309309

310310
`JWK`
311311

0 commit comments

Comments
 (0)