From 4ba018c4a99941e1390f97083d4f780338a604f4 Mon Sep 17 00:00:00 2001 From: Tashi D Gyeltshen Date: Tue, 12 Dec 2023 10:29:46 -0500 Subject: [PATCH] Update `VC API Issuer and Verifier Test Suites` section. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 14575c4..25d9aa1 100644 --- a/README.md +++ b/README.md @@ -206,6 +206,12 @@ For Example: on your issuer and the [vc-api-verifier tests](https://github.com/w3c-ccg/vc-api-verifier-test-suite) on your verifier. +NOTE: Currently the vc api verifier test suite uses `Ed25519Signature2020` as +the default signature for the mock VCs that are sent to the verifiers since it +is most widely implemented. So, the verifier you add for `vc-api` must support +verification of VCs with `Ed25519Signature2020` signature to pass verification +tests. + #### Status List 2021 Test Suite * `StatusList2021` and `Revocation`/`Suspension`- Combining the `StatusList2021`