Skip to content

Commit

Permalink
sp1.go
Browse files Browse the repository at this point in the history
  • Loading branch information
intls committed Jan 4, 2025
1 parent 3eaef06 commit 7ec1c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/recursion/gnark-ffi/go/sp1/sp1.go
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ func (circuit *Circuit) Define(api frontend.API) error {
case "CommitVkeyHash":
element := vars[cs.Args[0][0]]
api.AssertIsEqual(circuit.VkeyHash, element)
case "CommitCommitedValuesDigest":
case "CommitCommittedValuesDigest":
element := vars[cs.Args[0][0]]
api.AssertIsEqual(circuit.CommittedValuesDigest, element)
case "CircuitFelts2Ext":
Expand Down

0 comments on commit 7ec1c4e

Please sign in to comment.