Skip to content

Commit a8fc9a4

Browse files
committed
add missing EdDSA
1 parent 7ec089f commit a8fc9a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/cryptojwt/jwk/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ def __init__(
7575
"PS256",
7676
"PS384",
7777
"PS512",
78+
"EdDSA",
7879
"none",
7980
]:
8081
raise UnsupportedAlgorithm("Unknown algorithm: {}".format(alg))
@@ -93,6 +94,7 @@ def __init__(
9394
"PS256",
9495
"PS384",
9596
"PS512",
97+
"EdDSA",
9698
"none",
9799
"RSA1_5",
98100
"RSA-OAEP",

0 commit comments

Comments
 (0)