Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add feature at risk for DagCBOR. #552

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3308,6 +3308,7 @@ <h3>Consumption</h3>

<section>
<h3>CBOR Extensibility</h3>

<p>
In CBOR, one point of extensibility is with the use of CBOR tags. [[RFC7049]]
defines a basic set of data types, as well as a tagging mechanism that enables
Expand Down Expand Up @@ -3336,6 +3337,18 @@ <h3>CBOR Extensibility</h3>

<section>
<h4>DagCBOR</h4>

<p class="issue atrisk" data-number="551">
The Working Group is seeking feedback concerning the implementability of
the DagCBOR canonicalization algorithm in this section and the DagCBOR
representation in general. If implementers are unable to provide an adequate
test suite for the canonicalization algorithm and at least two interoperable
implementations of the canonicalization algorithm and the DagCBOR
representation, it is likely that this section of the specification will be
moved into a separate document and registered as a representation extension
in the DID Specification Registries [[DID-SPEC-REGISTRIES]].
</p>

<p>
DagCBOR is a further restricted subset of CBOR for representing the DID Document
as a Directed Acyclic Graph model using canonical CBOR encoding
Expand Down