Closed nooobcoder closed 8 months ago
Edit:
CBORObject parsedData = CBORObject.DecodeFromBytes(resData, new CBOREncodeOptions("ctap2canonical=1"));
I found out how this could be achieved, any chance you can include this as an example in the readme?
If i have a byte array of cbor data, how do i check if it is canonically correct (nested to n levels)?