pysnark
pysnark copied to clipboard
Oblivious bit shifting causes bus error in libsnark backend
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.