fix setup in kimleeoh

This commit is contained in:
Youssef El Housni 2020-02-05 11:43:33 -05:00
parent f2e5bc56b3
commit addf4105ae

View File

@ -34,12 +34,12 @@ const F = new ZqField(bn128.r);
module.exports = function setup(circuit) {
const setup = {
vk_proof : {
protocol: "groth",
protocol: "kimleeoh",
nVars: circuit.nVars,
nPublic: circuit.nPubInputs + circuit.nOutputs
},
vk_verifier: {
protocol: "groth",
protocol: "kimleeoh",
nPublic: circuit.nPubInputs + circuit.nOutputs
},
toxic: {}