fix setup in kimleeoh
This commit is contained in:
parent
f2e5bc56b3
commit
addf4105ae
@ -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: {}
|
||||
|
Loading…
Reference in New Issue
Block a user