From 4d0fade59ad30640a2f2cccb3f72171ab29cef1e Mon Sep 17 00:00:00 2001 From: Ted Thibodeau Jr Date: Thu, 11 Jul 2024 23:40:19 -0400 Subject: [PATCH] Correct `JsonWebKey` based on code review Co-authored-by: Dave Longley --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 598b8b5..4c481f4 100644 --- a/index.html +++ b/index.html @@ -1828,7 +1828,7 @@

Ed25519VerificationKey2020

We need to add documentation to note that this key format is deployed and -widely used in production, but is deprecated. `Multikey` and `JsonWebKey2020` +widely used in production, but is deprecated. `Multikey` and `JsonWebKey` supersede it.