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
DID proof mechanics can be revised in the following way:
As the signed payload is not an encoded JSON but the hashed document, JWS would be better
Additionally a detached signature could would be preferable as the verification involves reconstructing the payload meaning the verification could be achieved in a single step
Controller field of DID document should become a list of the dDID and uDID after the update
Proof fields that use "controller" should replace "controller" with "attestor"
The text was updated successfully, but these errors were encountered:
DID proof mechanics can be revised in the following way:
The text was updated successfully, but these errors were encountered: