The old version of the library, node-cbor, has a flag to enable canonical encoding as per section 3.9 from the RFC. I was planning on using cbor2 since it's newer, but it seems to lack this functionality.
Are there any plans on supporting canonical encoding natively?
The old version of the library,
node-cbor, has a flag to enable canonical encoding as per section 3.9 from the RFC. I was planning on usingcbor2since it's newer, but it seems to lack this functionality.Are there any plans on supporting canonical encoding natively?