elliptic-curve 0.5

Requires p256 0.4 and p384 0.3
This commit is contained in:
Jack Grigg
2020-08-30 18:10:22 +01:00
parent 4435a54435
commit 23d0f96adc
2 changed files with 10 additions and 12 deletions
+3 -3
View File
@@ -26,7 +26,7 @@ chrono = "0.4"
cookie-factory = "0.3"
der-parser = "4"
des = "0.4"
elliptic-curve = { version = "0.4", features = ["weierstrass"] }
elliptic-curve = { version = "0.5", features = ["weierstrass"] }
getrandom = "0.1"
hmac = "0.8"
log = "0.4"
@@ -35,8 +35,8 @@ num-bigint = { version = "0.6", features = ["rand"], package = "num-bigint-dig"
num-traits = "0.2"
num-integer = "0.1"
pbkdf2 = "0.4"
p256 = "0.3"
p384 = "0.2"
p256 = "0.4"
p384 = "0.3"
pcsc = "2"
rsa = "0.3.0"
secrecy = "0.6"