Skip to content

Commit f6e8a5d

Browse files
committed
rename
1 parent d8999d2 commit f6e8a5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cryptojwt/jwk/okp.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"X448": x448.X448PrivateKey,
4040
}
4141

42-
CRV_SIGN = ["Ed25519", "Ed448"]
43-
CRV_ENCR = ["X25519", "X448"]
42+
OKP_CRV_SIGN = ["Ed25519", "Ed448"]
43+
OKP_CRV_ENCR = ["X25519", "X448"]
4444

4545

4646
def is_private_key(key) -> bool:

0 commit comments

Comments
 (0)