Zcash zk-SNARK public parameters for 1.0 "Sprout".

This commit is contained in:
Sean Bowe
2016-10-24 11:22:39 -06:00
parent 90c116ac54
commit 27e3f362f0
3 changed files with 10 additions and 10 deletions

View File

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