Updating to draft version 10 (#79)
This commit is contained in:
+3
-3
@@ -9,7 +9,7 @@ name = "voprf"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/novifinancial/voprf/"
|
||||
rust-version = "1.57"
|
||||
version = "0.4.0-pre.2"
|
||||
version = "0.4.0-pre.3"
|
||||
|
||||
[features]
|
||||
alloc = []
|
||||
@@ -30,7 +30,7 @@ curve25519-dalek = { version = "=4.0.0-pre.1", default-features = false, optiona
|
||||
derive-where = { version = "=1.0.0-rc.3", features = ["zeroize-on-drop"] }
|
||||
digest = "0.10"
|
||||
displaydoc = { version = "0.2", default-features = false }
|
||||
elliptic-curve = { version = "=0.12.0-pre.1", features = [
|
||||
elliptic-curve = { version = "0.12", features = [
|
||||
"hash2curve",
|
||||
"sec1",
|
||||
"voprf",
|
||||
@@ -48,7 +48,7 @@ zeroize = { version = "1.5", default-features = false }
|
||||
generic-array = { version = "0.14", features = ["more_lengths"] }
|
||||
hex = "0.4"
|
||||
json = "0.12"
|
||||
p256 = { version = "=0.11.0-pre.0", default-features = false, features = [
|
||||
p256 = { version = "0.11", default-features = false, features = [
|
||||
"hash2curve",
|
||||
"voprf",
|
||||
] }
|
||||
|
||||
Reference in New Issue
Block a user