bls12_381 0.3.1 and jubjub 0.5.1

This commit is contained in:
Jack Grigg 2020-09-09 16:51:53 +01:00
parent d4f87c12ed
commit 59e26a0c0f
4 changed files with 7 additions and 7 deletions

View File

@ -13,12 +13,12 @@ edition = "2018"
[dependencies]
bech32 = "0.7"
bls12_381 = "0.3"
bls12_381 = "0.3.1"
bs58 = { version = "0.3", features = ["check"] }
ff = "0.8"
group = "0.8"
hex = "0.4"
jubjub = "0.5"
jubjub = "0.5.1"
protobuf = "2.15"
subtle = "2"
zcash_primitives = { version = "0.3", path = "../zcash_primitives" }

View File

@ -16,7 +16,7 @@ bech32 = "0.7"
bs58 = { version = "0.3", features = ["check"] }
ff = "0.8"
group = "0.8"
jubjub = "0.5"
jubjub = "0.5.1"
protobuf = "2.15"
rand_core = "0.5.1"
rusqlite = { version = "0.24", features = ["bundled", "time"] }

View File

@ -19,7 +19,7 @@ aes = "0.5"
bitvec = "0.18"
blake2b_simd = "0.5"
blake2s_simd = "0.5"
bls12_381 = "0.3"
bls12_381 = "0.3.1"
byteorder = "1"
crypto_api_chachapoly = "0.4"
equihash = { version = "0.1", path = "../components/equihash" }
@ -27,7 +27,7 @@ ff = "0.8"
fpe = "0.3"
group = "0.8"
hex = "0.4"
jubjub = "0.5"
jubjub = "0.5.1"
lazy_static = "1"
log = "0.4"
rand = "0.7"

View File

@ -17,12 +17,12 @@ all-features = true
[dependencies]
bellman = { version = "0.8", default-features = false, features = ["groth16"] }
blake2b_simd = "0.5"
bls12_381 = "0.3"
bls12_381 = "0.3.1"
byteorder = "1"
directories = { version = "3", optional = true }
ff = "0.8"
group = "0.8"
jubjub = "0.5"
jubjub = "0.5.1"
lazy_static = "1"
minreq = { version = "2", features = ["https"], optional = true }
rand_core = "0.5.1"