File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
docs/src/architecture/08_concepts/signed_object Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ signed_object_fields = {
77 "ver" => UUID, ; UUID v7
88
99 1 => -8, ; "alg": EdDSA
10- 3 => tstr / int, ; "content type"
11- ? "content encoding" => tstr / int, ; payload content encoding
10+ 3 => text / int, ; "content type"
11+ ? "content encoding" => text / int, ; payload content encoding
1212
1313 * metadata-key => metadata-value
1414}
Original file line number Diff line number Diff line change @@ -121,15 +121,15 @@ Only `ed25119` considered at this moment as the only option to be supported for
121121#### ` content type `
122122
123123This is an original [ COSE] header field,
124- which indicates the ` content type ` of the [ content] ( #signed-object-content ) ([ COSE] ` pyaload ` ) data.
124+ which indicates the ` content type ` of the [ content] ( #signed-object-content ) ([ COSE] ` payload ` ) data.
125125
126126#### ` content encoding ` (optional)
127127
128128This field is used to indicate the content encodings algorithm of the [ content] ( #signed-object-content ) data.
129129
130130### Signed Object content
131131
132- The signed object content data is encoded (and could be additionaly compressed,
132+ The signed object content data is encoded (and could be additionally compressed,
133133read [ ` content encoding ` ] ( #content-encoding-optional ) ) as [ COSE] ` payload ` .
134134
135135### [ COSE] signature protected header
You can’t perform that action at this time.
0 commit comments