Replies: 1 comment 2 replies
-
It may be a bug - we have open issue for MPC key generation open #1180. Do the examples work when the keys are generating using trusted setup (without MPC)? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
when I run the TestSetupCircuit method of bn254/mpcsetup/setup_test.go (master branch or v0.10.0 )it is ok.
But when I change the circuit to the github Example CubicCircuit and run , there is always a err on call groth16.Prove:
Error: Received unexpected error:
len(points) != len(scalars)
Beta Was this translation helpful? Give feedback.
All reactions