Skip to content

Commit

Permalink
fix context
Browse files Browse the repository at this point in the history
  • Loading branch information
ubamrein committed Dec 16, 2024
1 parent 5310913 commit ea705fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions next-gen-signatures/src/crypto/zkp/issuance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ pub async fn issue<R: RngCore>(
{
"@context": [
"https://www.w3.org/ns/did/v1",
"https://w3id.org/security/multikey/v1",
"https://w3id.org/security/jwk/v1",
"https://w3id.org/security/data-integrity/v2"
],
"id": issuer_id,
Expand Down

0 comments on commit ea705fd

Please sign in to comment.