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:
Jack Grigg
2018-11-18 11:20:59 +00:00
parent 05f098e893
commit 01618038bf
7 changed files with 390 additions and 1 deletions

View File

@@ -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"