mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-06-16 21:07:48 +02:00
Apply suggestions from code review
Co-authored-by: Kévin Commaille <76261501+zecakeh@users.noreply.github.com>
This commit is contained in:
parent
7fff7a78fd
commit
538671ded1
|
|
@ -59,6 +59,7 @@ properties:
|
||||||
- ext
|
- ext
|
||||||
iv:
|
iv:
|
||||||
type: string
|
type: string
|
||||||
|
format: mx-unpadded-base64
|
||||||
description: The 128-bit unique counter block used by AES-CTR, encoded as [unpadded Base64](/appendices/#unpadded-base64).
|
description: The 128-bit unique counter block used by AES-CTR, encoded as [unpadded Base64](/appendices/#unpadded-base64).
|
||||||
example: "w+sE15fzSc0AAAAAAAAAAA"
|
example: "w+sE15fzSc0AAAAAAAAAAA"
|
||||||
hashes:
|
hashes:
|
||||||
|
|
@ -69,6 +70,7 @@ properties:
|
||||||
properties:
|
properties:
|
||||||
sha256:
|
sha256:
|
||||||
type: string
|
type: string
|
||||||
|
format: mx-unpadded-base64
|
||||||
description: The hash of the ciphertext. encoded as [unpadded Base64](/appendices/#unpadded-base64).
|
description: The hash of the ciphertext. encoded as [unpadded Base64](/appendices/#unpadded-base64).
|
||||||
example: "fdSLu/YkRx3Wyh3KQabP3rd6+SFiKg5lsJZQHtkSAYA"
|
example: "fdSLu/YkRx3Wyh3KQabP3rd6+SFiKg5lsJZQHtkSAYA"
|
||||||
required: ['sha256']
|
required: ['sha256']
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue