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);