Merge branch 'cli' of github.com:JacobEberhardt/ZoKrates into cli
This commit is contained in:
commit
88b803b7c4
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ void serializeVerificationKeyToFile(r1cs_ppzksnark_keypair<alt_bn128_pp> keypair
|
|||
for (size_t i = 1; i < icLength; ++i)
|
||||
{
|
||||
auto vkICi = outputPointG1AffineAsHex(keypair.vk.encoded_IC_query.rest.values[i - 1]);
|
||||
ss << "\t\tvk.IC[" << i << "] = Pairing.G1Point(" << vkICi << endl;
|
||||
ss << "\t\tvk.IC[" << i << "] = " << vkICi << endl;
|
||||
}
|
||||
|
||||
std::ofstream fh;
|
||||
|
|
Loading…
Reference in a new issue