You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Signed object content](./../signed_object/index.md#signed-object-content) must be in [Json] format.
61
+
62
62
```CDDL
63
63
3 => 30
64
64
```
65
-
*[`content encoding`](./../signed_object/index.md#content-encoding-optional): `"br"`. [Signed object content](./../signed_object/index.md#signed-object-content) must be [Brotli] compressed.
Only `ed25119` considered at this moment as the only option to be supported for signed objects.
118
120
@@ -127,7 +129,8 @@ This field is used to indicate the content encodings algorithm of the [content](
127
129
128
130
### Signed Object content
129
131
130
-
The signed object content data is encoded (and could be additionaly compressed, read [`content encoding`](#content-encoding-optional)) as [COSE]`payload`.
132
+
The signed object content data is encoded (and could be additionaly compressed,
133
+
read [`content encoding`](#content-encoding-optional)) as [COSE]`payload`.
131
134
132
135
### [COSE] signature protected header
133
136
@@ -136,23 +139,22 @@ which allows to provide multi-signature functionality.
136
139
In that regard,
137
140
each Catalyst signed object [COSE] signature **must** include the following `protected` header field:
138
141
139
-
```cddl
142
+
<!-- markdownlint-disable code-block-style -->
143
+
```CDDL
140
144
; All encoders/decoders of this specification must follow deterministic cbor encoding rules
0 commit comments