meilof/pysnark

Oblivious bit shifting causes bus error in libsnark backend

Opened this issue · 0 comments

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.