You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Homogeneous arrays are important to optimize payload size.
I've tried to tag a CBORArray object with tag 41 (as defined in the RFC) and the tag is added but with no effect on the data structure.
Are homogeneous arrays supported by this library and I'm doing something wrong? Otherwise it will be nice to implement this.
The text was updated successfully, but these errors were encountered:
https://www.rfc-editor.org/rfc/rfc8746.html#name-homogeneous-array
Homogeneous arrays are important to optimize payload size.
I've tried to tag a
CBORArray
object with tag41
(as defined in the RFC) and the tag is added but with no effect on the data structure.Are homogeneous arrays supported by this library and I'm doing something wrong? Otherwise it will be nice to implement this.
The text was updated successfully, but these errors were encountered: