Merge pull request #421 from str4d/bench-compact-decryption
zcash_primitives: Benchmark trial decryption of compact outputs
Extracted from: 99d877e22d
This commit is contained in:
commit
0e533078f4
|
@ -23,3 +23,6 @@ subtle = "2.2.3"
|
|||
[dev-dependencies]
|
||||
zcash_primitives = { version = "0.5", path = "../../zcash_primitives" }
|
||||
jubjub = "0.7"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
|
|
Loading…
Reference in New Issue