Adopt matrix-doc iv description clarification
See https://github.com/matrix-org/matrix-doc/pull/2492
This commit is contained in:
parent
1fdf986bae
commit
49e4d35db7
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user