mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-07-31 12:31:22 +00:00
TxProver trait to abstract over the circuit parameters
An implementation using local parameters is provided in the zcash_proofs crate.
This commit is contained in:
@@ -9,6 +9,7 @@ authors = [
|
||||
bellman = { path = "../bellman" }
|
||||
blake2b_simd = "0.5"
|
||||
byteorder = "1"
|
||||
directories = "1"
|
||||
ff = { path = "../ff" }
|
||||
pairing = { path = "../pairing" }
|
||||
rand_os = "0.2"
|
||||
|
Reference in New Issue
Block a user