Update the zkSNARK parameters.

This commit is contained in:
Sean Bowe
2016-06-03 21:04:07 -06:00
parent c5f766b9b1
commit 1744fec274
4 changed files with 11 additions and 11 deletions

View File

@@ -603,8 +603,8 @@ static void ZC_LoadParams()
struct timeval tv_start, tv_end;
float elapsed;
boost::filesystem::path pk_path = ZC_GetParamsDir() / "z4-proving.key";
boost::filesystem::path vk_path = ZC_GetParamsDir() / "z4-verification.key";
boost::filesystem::path pk_path = ZC_GetParamsDir() / "z5-proving.key";
boost::filesystem::path vk_path = ZC_GetParamsDir() / "z5-verifying.key";
pzcashParams = ZCJoinSplit::Unopened();