Replies: 1 comment 4 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.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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