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

Oblivious bit shifting causes bus error in libsnark backend #31

Open
gxavier38 opened this issue Aug 23, 2021 · 0 comments
Open

Oblivious bit shifting causes bus error in libsnark backend #31

gxavier38 opened this issue Aug 23, 2021 · 0 comments

Comments

@gxavier38
Copy link
Contributor

Running one of the following lines causes a bus error:

PrivVal(1) << PrivVal(1)
PrivVal(1) >> PrivVal(1)

This only happens on the python-libsnark backend.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant