Skip to content

Commit

Permalink
marshal proof 2
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstam committed Feb 14, 2024
1 parent 7d41351 commit 2d972bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plonky2x/verifier/system/plonk.go
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ func (s *PlonkSystem) ProveCircuit(r1cs constraint.ConstraintSystem, pk plonk.Pr
InputHash: inputHash.Bytes(),
OutputHash: outputHash.Bytes(),
VerifierDigest: (verifierOnlyCircuitData.CircuitDigest).(*big.Int).Bytes(),
Proof: _proof.Ar.Marshal(),
Proof: _proof.MarshalSolidity(),
})
if err != nil {
return nil, nil, errors.Wrap(err, "marshal proof with witness")
Expand Down

0 comments on commit 2d972bf

Please sign in to comment.