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
It is only required in the one internal instance where a hash must be computed the independently by sender and receiver. Inputs to create_tbs_hash() in the t_cose.
The payload can be an indefinite length string, the headers can be indefinite length strings and so on.
The use case would be some super constrained environment where something like the payload might not fit in RAM.
COSE is "flexible" on this in that there is no requirement to decode this or to not encode this. EAT has profiles that ask the use case to declare what they are doing about it.
This requires the ability to set up a memory pool allocator for the internal QCBOR encoder
The text was updated successfully, but these errors were encountered: