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
CBOR allows to encode arrays, strings, and maps of an indefinite length which are terminated by an FF byte. Though we may not generate such types, parsing support would be nice.
The text was updated successfully, but these errors were encountered:
CBOR allows to encode arrays, strings, and maps of an indefinite length which are terminated by an
FF
byte. Though we may not generate such types, parsing support would be nice.The text was updated successfully, but these errors were encountered: