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
I'm digging around the tests to see if I can figure this out but any starting point for loading a shared key & decrypting this type of message would be helpful. Are there any examples or code snippets to do this in C? Thanks in advance!
Aaron
The text was updated successfully, but these errors were encountered:
I've noticed that COSE_Encrypt_GetContent() returns a zero-length, even though it returns a valid pointer to the data. It looks like it is null-terminated so I'm able to use strlen() but I suspect this might be problematic... Any suggestions? This seems like a bug. The unit tests stop right before they extract & validate the data.
Hey all - I'm just getting started with cose-c & I'm trying to figure out how to decrypt an Encrypt0 message. I'm trying to do something similar to this Python code: https://pycose.readthedocs.io/en/latest/examples.html#cose-encrypt0
I'm digging around the tests to see if I can figure this out but any starting point for loading a shared key & decrypting this type of message would be helpful. Are there any examples or code snippets to do this in C? Thanks in advance!
Aaron
The text was updated successfully, but these errors were encountered: