Remove the constraint system from the alpha proving key.

This commit is contained in:
Sean Bowe
2016-07-19 14:01:58 -06:00
parent d20d866d89
commit 1477fd3f40
3 changed files with 8 additions and 8 deletions

View File

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