I see that the current public function QCBOREncode_AddBytesLenOnly() is marked as being obsoleted for version 2.0, but this is a valuable use case for me implementing COSE sign and MAC with large (10s of MiB) detached payloads.
If this is not available in the future, can there be some similar public function to write just the CBOR head and defer the content to the user?
I see that the current public function
QCBOREncode_AddBytesLenOnly()is marked as being obsoleted for version 2.0, but this is a valuable use case for me implementing COSE sign and MAC with large (10s of MiB) detached payloads.If this is not available in the future, can there be some similar public function to write just the CBOR head and defer the content to the user?