Update public zkSNARK parameters for new circuit.

This commit is contained in:
Sean Bowe
2016-05-04 18:26:37 -06:00
parent 4ec57478c4
commit b8d320df19
3 changed files with 10 additions and 10 deletions

View File

@@ -44,8 +44,8 @@ double benchmark_sleep()
double benchmark_parameter_loading()
{
// FIXME: this is duplicated with the actual loading code
boost::filesystem::path pk_path = ZC_GetParamsDir() / "zc-testnet-public-alpha-proving.key";
boost::filesystem::path vk_path = ZC_GetParamsDir() / "zc-testnet-public-alpha-verification.key";
boost::filesystem::path pk_path = ZC_GetParamsDir() / "z3-proving.key";
boost::filesystem::path vk_path = ZC_GetParamsDir() / "z3-verification.key";
timer_start();