Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zero padding issue at MSB in deploy.js #6

Open
barryWhiteHat opened this issue May 2, 2018 · 0 comments
Open

zero padding issue at MSB in deploy.js #6

barryWhiteHat opened this issue May 2, 2018 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@barryWhiteHat
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant