We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a626b5a commit c815605Copy full SHA for c815605
ironfish-proofs/Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "ironfish-proofs"
3
description = "Zcash zk-SNARK circuits and proving APIs"
4
-version = "0.1.0"
+version = "0.1.1"
5
authors = [
6
"Jack Grigg <[email protected]>",
7
]
@@ -15,7 +15,7 @@ categories = ["cryptography::cryptocurrencies"]
15
all-features = true
16
17
[dependencies]
18
-ironfish-bellperson = { version = "0.1.0", features = ["groth16"] }
+ironfish-bellperson = { version = "0.2.0", features = ["groth16"] }
19
blake2b_simd = "1"
20
blstrs = { version = "0.6.0", features = ["__private_bench"] }
21
byteorder = "1"
0 commit comments