Skip to content

Commit

Permalink
Merge branch 'fix-iv'
Browse files Browse the repository at this point in the history
  • Loading branch information
turt2live committed Apr 7, 2020
2 parents 57f3c84 + b908b8e commit be1669d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelogs/client_server/newsfragments/2492.clarification
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Clarify the IV data type for encrypted files.
2 changes: 1 addition & 1 deletion specification/modules/end_to_end_encryption.rst
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ Parameter Type Description
========= ================ =====================================================
url string **Required.** The URL to the file.
key JWK **Required.** A `JSON Web Key`_ object.
iv string **Required.** The Initialisation Vector used by
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
Expand Down

0 comments on commit be1669d

Please sign in to comment.