Skip to content

Commit

Permalink
Add EnvelopingProof tag to db verifier.
Browse files Browse the repository at this point in the history
  • Loading branch information
aljones15 committed Sep 27, 2024
1 parent 6fa253f commit a8add86
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion implementations/DigitalBazaar.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,16 @@
"vc": ["1.1", "2.0"]
},
"supportedEcdsaKeyTypes": ["P-256", "P-384"],
"tags": ["BitstringStatusList", "Ed25519Signature2020", "eddsa-rdfc-2022", "ecdsa-rdfc-2019", "ecdsa-sd-2023", "vc2.0", "bbs-2023"]
"tags": [
"BitstringStatusList",
"Ed25519Signature2020",
"eddsa-rdfc-2022",
"ecdsa-rdfc-2019",
"ecdsa-sd-2023",
"vc2.0",
"bbs-2023",
"EnvelopingProof"
]
}],
"vpVerifiers": [{
"id": "https://vc2.veresverifier.dev/verifiers/z19w7KofwvE2nkJeRVLp8NDxz",
Expand Down

0 comments on commit a8add86

Please sign in to comment.