We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8999d2 commit f6e8a5dCopy full SHA for f6e8a5d
1 file changed
src/cryptojwt/jwk/okp.py
@@ -39,8 +39,8 @@
39
"X448": x448.X448PrivateKey,
40
}
41
42
-CRV_SIGN = ["Ed25519", "Ed448"]
43
-CRV_ENCR = ["X25519", "X448"]
+OKP_CRV_SIGN = ["Ed25519", "Ed448"]
+OKP_CRV_ENCR = ["X25519", "X448"]
44
45
46
def is_private_key(key) -> bool:
0 commit comments