Skip to content

Commit

Permalink
Update GrottoNetworking.json: ECDSDA-RDFC, EdDSA-RDFC endpoints.
Browse files Browse the repository at this point in the history
Added  additional endpoints  for Grotto Networking.
  • Loading branch information
Wind4Greg authored and BigBlueHat committed Aug 12, 2024
1 parent 5d6d7ee commit ef610d4
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions implementations/GrottoNetworking.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,22 @@
"endpoint": "https://ecdsa-sd.grotto-networking.com/EdDSA-JCS/credentials/issue",
"tags": ["eddsa-jcs-2022"]
},
{
"id": "did:key:z6MktgKTsu1QhX6QPbyqG6geXdw6FQCZBPq7uQpieWbiQiG7",
"endpoint": "https://ecdsa-sd.grotto-networking.com/EdDSA-RDFC/credentials/issue",
"tags": ["eddsa-rdfc-2022"]
},
{
"id": "did:key:zDnaepBuvsQ8cpsWrVKw8fbpGpvPeNSjVPTWoq6cRqaYzBKVP",
"endpoint": "https://ecdsa-sd.grotto-networking.com/ECDSA-JCS/credentials/issue",
"tags": ["ecdsa-jcs-2019"],
"supportedEcdsaKeyTypes": ["P-256"]
},
{
"id": "did:key:zDnaepBuvsQ8cpsWrVKw8fbpGpvPeNSjVPTWoq6cRqaYzBKVP",
"endpoint": "https://ecdsa-sd.grotto-networking.com/ECDSA-RDFC/credentials/issue",
"tags": ["ecdsa-rdfc-2019"],
"supportedEcdsaKeyTypes": ["P-256"]
}
],
"verifiers": [{
Expand All @@ -40,11 +51,22 @@
"endpoint": "https://ecdsa-sd.grotto-networking.com/EdDSA-JCS/credentials/verify",
"tags": ["eddsa-jcs-2022"]
},
{
"id": "https://vcverifier.grotto-networking.com/test",
"endpoint": "https://ecdsa-sd.grotto-networking.com/EdDSA-RDFC/credentials/verify",
"tags": ["eddsa-rdfc-2022"]
},
{
"id": "https://vcverifier.grotto-networking.com/test",
"endpoint": "https://ecdsa-sd.grotto-networking.com/ECDSA-JCS/credentials/verify",
"tags": ["ecdsa-jcs-2019"],
"supportedEcdsaKeyTypes": ["P-256"]
},
{
"id": "https://vcverifier.grotto-networking.com/test",
"endpoint": "https://ecdsa-sd.grotto-networking.com/ECDSA-RDFC/credentials/verify",
"tags": ["ecdsa-rdfc-2019"],
"supportedEcdsaKeyTypes": ["P-256"]
}
],
"vcHolders": [{
Expand Down

0 comments on commit ef610d4

Please sign in to comment.