Skip to content

Commit 9ee593c

Browse files
committed
fix
1 parent 53411c0 commit 9ee593c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

rust/signed_doc/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ which **must** be present (most of the fields originally defined by this
3838
Precise 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+
4144
protected_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
7780
Precise 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+
8086
signature_protected_header = {
8187
4 => bytes ; "kid"
8288
}

0 commit comments

Comments
 (0)