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:
str4d 2021-08-05 23:29:16 +01:00 committed by GitHub
commit 0e533078f4
1 changed files with 3 additions and 0 deletions

View File

@ -23,3 +23,6 @@ subtle = "2.2.3"
[dev-dependencies]
zcash_primitives = { version = "0.5", path = "../../zcash_primitives" }
jubjub = "0.7"
[lib]
bench = false