From 5d58d4945c68302e0cd0e8b44d39345faf09ca76 Mon Sep 17 00:00:00 2001 From: Daniel Huigens Date: Thu, 9 Dec 2021 21:03:29 +0100 Subject: [PATCH] Update JWK mappings for Ed25519 and Ed448 (#4) --- index.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 7192a1b..7fa92e6 100644 --- a/index.html +++ b/index.html @@ -3614,7 +3614,8 @@

Algorithm mappings

 { kty: "OKP",
-  crv: "Ed25519" }
+  crv: "Ed25519",
+  alg: "EdDSA" }
 
@@ -3627,7 +3628,8 @@

Algorithm mappings

 { kty: "OKP",
-  crv: "Ed448" }
+  crv: "Ed448",
+  alg: "EdDSA" }