Skip to content

Commit 6ae9923

Browse files
committed
Add Ed448 to WebAuthnCodecs
1 parent 7468157 commit 6ae9923

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

webauthn-server-core/src/main/java/com/yubico/webauthn/WebAuthnCodecs.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,8 @@ static String getJavaAlgorithmName(COSEAlgorithmIdentifier alg) {
238238
switch (alg) {
239239
case EdDSA:
240240
return "EDDSA";
241+
case Ed448:
242+
return "Ed448";
241243
case ES256:
242244
return "SHA256withECDSA";
243245
case ES384:

0 commit comments

Comments
 (0)