Skip to content

Commit e253570

Browse files
Replace ecdsa with cryptography for key generation and signing #221
1 parent 75409bb commit e253570

4 files changed

Lines changed: 1014 additions & 712 deletions

File tree

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ verify_ssl = true
44
name = "pypi"
55

66
[packages]
7-
ecdsa = "==0.19.1"
7+
cryptography = ">=44.0.0"
88
requests = "==2.32.5"
99
pydantic = "==2.12.5"
1010

0 commit comments

Comments
 (0)