File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,9 @@ which **must** be present (most of the fields originally defined by this
3838Precise CDDL definition
3939
4040``` cddl
41+ ; All encoders/decoders of this specification must follow deterministic cbor encoding rules
42+ ; https://datatracker.ietf.org/doc/html/draft-ietf-cbor-cde-06
43+
4144protected_header = {
4245 1 => -8, ; "alg": EdDSA
4346 3 => 30, ; "content type": Json
@@ -77,6 +80,9 @@ each Catalyst signed document [COSE] signature **must** include the following pr
7780Precise CDDL definition
7881
7982``` cddl
83+ ; All encoders/decoders of this specification must follow deterministic cbor encoding rules
84+ ; https://datatracker.ietf.org/doc/html/draft-ietf-cbor-cde-06
85+
8086signature_protected_header = {
8187 4 => bytes ; "kid"
8288}
You can’t perform that action at this time.
0 commit comments