Add verify equihash benchmark

This commit is contained in:
Taylor Hornby
2016-04-11 10:02:09 -06:00
parent d44feea44c
commit a1cd1a27ac
4 changed files with 30 additions and 3 deletions

View File

@@ -9,5 +9,6 @@ extern double benchmark_parameter_loading();
extern double benchmark_create_joinsplit();
extern double benchmark_solve_equihash();
extern double benchmark_verify_joinsplit(const CPourTx &joinsplit);
extern double benchmark_verify_equihash();
#endif