You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
deploy.js exports tree17 = new BigNumber(tree[17], 16).toString(2).split("").join(" ,");
and several other parmeters needed by ../src/main.cpp for creating a proof. However the current method drops some leading zeros in the output which need to be added by hand inside main.cpp
The text was updated successfully, but these errors were encountered:
deploy.js
exportstree17 = new BigNumber(tree[17], 16).toString(2).split("").join(" ,");
and several other parmeters needed by
../src/main.cpp
for creating a proof. However the current method drops some leading zeros in the output which need to be added by hand insidemain.cpp
The text was updated successfully, but these errors were encountered: