Fix iv parameter description
Signed-off-by: Lukas Lihotzki <lukas@lihotzki.de>
This commit is contained in:
parent
57f3c8494f
commit
af7cf84083
1 changed files with 1 additions and 1 deletions
|
@ -277,7 +277,7 @@ Parameter Type Description
|
||||||
========= ================ =====================================================
|
========= ================ =====================================================
|
||||||
url string **Required.** The URL to the file.
|
url string **Required.** The URL to the file.
|
||||||
key JWK **Required.** A `JSON Web Key`_ object.
|
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.
|
AES-CTR, encoded as unpadded base64.
|
||||||
hashes {string: string} **Required.** A map from an algorithm name to a hash
|
hashes {string: string} **Required.** A map from an algorithm name to a hash
|
||||||
of the ciphertext, encoded as unpadded base64. Clients
|
of the ciphertext, encoded as unpadded base64. Clients
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue