pysnark icon indicating copy to clipboard operation
pysnark copied to clipboard

Problem in using zkinterface on Windows

Open Eric-max-tach opened this issue 2 years ago • 1 comments

After setting environment path " set PYSNARK_BACKEND=zkinterface" and then run "python cube.py 33 ", it always use the libsnark, rather than "zkinterface" image

Eric-max-tach avatar Aug 07 '23 03:08 Eric-max-tach

why?when i set PYSNARK_BACKEND=libsnarkgg *** Trying to read pysnark_ek *** No pysnark_ek or computation changed, generating keys... *** PySNARK: generating proof pysnark_log (sat=True, #io=2, #witness=2, #constraint=3) Assertion failed: !qap_wit.coefficients_for_H[qap_wit.degree()-2].is_zero(), file ./libsnark/zk_proof_systems/ppzksnark/r1cs_gg_ppzksnark/r1cs_gg_ppzksnark.tcc, line 418

xuxiaoda1 avatar Sep 02 '24 13:09 xuxiaoda1