build
This commit is contained in:
parent
eda9a81221
commit
e739634579
@ -4390,7 +4390,8 @@ async function phase2verify(r1csFileName, pTauFileName, zkeyFileName, logger) {
|
||||
|
||||
|
||||
|
||||
const initFileName = "~" + zkeyFileName + ".init";
|
||||
// const initFileName = "~" + zkeyFileName + ".init";
|
||||
const initFileName = {type: "mem"};
|
||||
await newZKey(r1csFileName, pTauFileName, initFileName);
|
||||
|
||||
const {fd: fdInit, sections: sectionsInit} = await readBinFile$1(initFileName, "zkey", 2);
|
||||
|
@ -14219,7 +14219,8 @@ async function phase2verify(r1csFileName, pTauFileName, zkeyFileName, logger) {
|
||||
|
||||
|
||||
|
||||
const initFileName = "~" + zkeyFileName + ".init";
|
||||
// const initFileName = "~" + zkeyFileName + ".init";
|
||||
const initFileName = {type: "mem"};
|
||||
await newZKey(r1csFileName, pTauFileName, initFileName);
|
||||
|
||||
const {fd: fdInit, sections: sectionsInit} = await readBinFile(initFileName, "zkey", 2);
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user