digitalbazaar / cborld

A Javascript CBOR-LD processor for web browsers and Node.js apps.
https://json-ld.github.io/cbor-ld-spec/
BSD 3-Clause "New" or "Revised" License
16 stars 12 forks source link

Support cbor tag range 0x0600-0x06FF once registration is approved #82

Open dlongley opened 3 weeks ago

dlongley commented 3 weeks ago

Tag range 1500-1800, which includes sub-range 0x0600-0x06FF (1536-1791) is to be registered for CBOR-LD use. A flag should be added to optionally use the new tags 0x0600 (uncompressed mode) and 0x0601 (compressed mode) when encoding. The old tags 1280-1281 (0x0500, 0x0501) will still be supported for decoding and used by default for encoding prior to any major release.