Adopt matrix-doc iv description clarification

See https://github.com/matrix-org/matrix-doc/pull/2492
This commit is contained in:
Jonas Platte 2020-06-09 14:08:49 +02:00 committed by GitHub
parent 1fdf986bae
commit 49e4d35db7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -88,7 +88,7 @@ pub struct EncryptedFile {
/// A [JSON Web Key](https://tools.ietf.org/html/rfc7517#appendix-A.3) object.
pub key: JsonWebKey,
/// The initialization vector used by AES-CTR, encoded as unpadded base64.
/// The 128-bit unique counter block used by AES-CTR, encoded as unpadded base64.
pub iv: String,
/// A map from an algorithm name to a hash of the ciphertext, encoded as unpadded base64.