Integrated bulletproofs into Grin with optional build parameter (enabled by default) (#711)

This commit is contained in:
Yeastplume
2018-02-16 20:34:54 +00:00
committed by GitHub
parent 5572fa075e
commit c63aa70a0b
6 changed files with 100 additions and 13 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ byteorder = "^1.0"
rand = "^0.3"
serde = "~1.0.8"
serde_derive = "~1.0.8"
secp256k1zkp = { git = "https://github.com/mimblewimble/rust-secp256k1-zkp", tag="grin_integration_7" }
secp256k1zkp = { git = "https://github.com/mimblewimble/rust-secp256k1-zkp", tag="grin_integration_8" }
#secp256k1zkp = { path = "../../rust-secp256k1-zkp" }
walkdir = "^2.0.1"
zip = "^0.2.6"