Deterministic CBOR (dCBOR) IETF Internet Draft

November 2, 2025 ยท View on GitHub

This is the working area for the individual Internet-Draft, "draft-mcnally-deterministic-cbor".

Contributing

See the guidelines for contributions.

Contributions can be made by creating pull requests. The GitHub interface supports creating pull requests using the Edit (โœ) button.

Command Line Usage

Command line usage requires that you have the necessary software installed. See the instructions.

Make the current version of the draft with:

$ make

Assuming the previous version has been tagged, make the next numbered version of the draft with:

$ make next

Build the gh-pages branch with:

$ make gh-pages

Show unpushed commits on the gh-pages branch with:

$ git --no-pager log --oneline origin/gh-pages..gh-pages

Push the gh-pages branch to GitHub with:

$ git push origin gh-pages