From 158196fca3af400345f146fbad5db453fd498288 Mon Sep 17 00:00:00 2001 From: Andrew Jones Date: Tue, 11 Jun 2024 19:55:48 +0000 Subject: [PATCH] Update README.md Capitalize ECDSA. Co-authored-by: BigBlueHat --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba3c1bc..d3c82d4 100644 --- a/README.md +++ b/README.md @@ -180,7 +180,7 @@ Tags tell the test suites which implementations' endpoints to run the test suite on the tagged issuer and verifier endpoints. * Alongside this cryptosuite tag, also specify the `supportedEcdsaKeyTypes` property listing the ECDSA key types the - implementation issues or can verify. Currently, the ecdsa test suite supports + implementation issues or can verify. Currently, the ECDSA test suite supports `P-256` and `P-384` ECDSA key types. You can specify the key types supported by your implementation in the issuer