Update proving/verifying keys.

This commit is contained in:
Sean Bowe
2016-08-18 13:17:55 -06:00
parent decde3864d
commit 393b2b7834
3 changed files with 10 additions and 10 deletions

View File

@@ -51,8 +51,8 @@ double benchmark_sleep()
double benchmark_parameter_loading()
{
// FIXME: this is duplicated with the actual loading code
boost::filesystem::path pk_path = ZC_GetParamsDir() / "z7-proving.key";
boost::filesystem::path vk_path = ZC_GetParamsDir() / "z7-verifying.key";
boost::filesystem::path pk_path = ZC_GetParamsDir() / "z9-proving.key";
boost::filesystem::path vk_path = ZC_GetParamsDir() / "z9-verifying.key";
timer_start();