Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
TAdev0 committed Jun 28, 2024
1 parent 6ea59cf commit ead2110
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/hintrunner/zero/zerohint_ec.go
Original file line number Diff line number Diff line change
Expand Up @@ -718,6 +718,7 @@ func newEcMulInnerHint(scalar hinter.ResOperander) hinter.Hinter {
resultFelt := new(fp.Element).SetBytes(resultUint256.Bytes())
resultMv := mem.MemoryValueFromFieldElement(resultFelt)
apAddr := vm.Context.AddressAp()

return vm.Memory.WriteToAddress(&apAddr, &resultMv)
},
}
Expand Down

0 comments on commit ead2110

Please sign in to comment.