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
{{ message }}
This repository has been archived by the owner on Aug 25, 2023. It is now read-only.
The did:peer method spec explicitly circumvents JSON canonicalization and opts for computing the DID using the document's raw bytes. As such, transferring did:peer docs in JSON form means one cannot compute and verify the doc's contents against the ID received.
The type of DIDDoc.doc should instead be xsd:base64binary and the sender should base64-encode the document's raw bytes.
The text was updated successfully, but these errors were encountered:
context/vc/authorization-credential-v1.jsonld
Line 19 in fce8955
The
did:peer
method spec explicitly circumvents JSON canonicalization and opts for computing the DID using the document's raw bytes. As such, transferringdid:peer
docs in JSON form means one cannot compute and verify the doc's contents against the ID received.The type of
DIDDoc.doc
should instead bexsd:base64binary
and the sender should base64-encode the document's raw bytes.The text was updated successfully, but these errors were encountered: