sverekar
sverekar
> @shubhamvrkr I think this would be expected. An array does indeed have an extra byte (the array byte actually specifies the length, stop bytes are only used for iterators)....
Hi @kriszyp I have one question. I am using https://github.com/NordicSemiconductor/zcbor cddl library to generate c code from cddl definition. The code generated is only for encoding purpose. However while decoding...
Correct @kriszyp !. It will be more helpful when cddl spec gets updated and based on version i can use appropriate decoding cddl code. Any idea if there is any...
Hi @kriszyp , i have one question: I am encoding this data via c code generated from cddl spec. The definition is based upon CBOR maps. { '1': 1, '2':...
This made it clear : https://www.rfc-editor.org/rfc/rfc7049#appendix-A. **a3:** Map with finite keys (i.e 3) **81:** Array of length 1 **a2:** Mp with finite keys (i.e 2)
Hi @bmatthew , @evan-hughes : I have made the suggested changes. Kindly review. Thanks!
Hi @bmatthew , @evan-hughes : we are good to merge this PR. Kindly merge the PR.