dhiway / cord.js

Cord JS API
Apache License 2.0
37 stars 48 forks source link

handle 'object' type of data inside of the credential/stream/vc #40

Closed amarts closed 1 year ago

amarts commented 1 year ago

When we add a field which is of the type 'object', the stream is created, and vc is generated. But the VC verification fails with hash value change (or digest check failing).

This needs to be fixed in sdk, with object's fields should be ordered properly during hash calculation.