Skip to content

Commit

Permalink
64-bit integer division.
Browse files Browse the repository at this point in the history
  • Loading branch information
markkurossi committed May 8, 2024
1 parent ad38731 commit 353a0b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/garbled/examples/div.mpcl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

package main

func main(a, b uint8) uint {
func main(a, b int64) int {
return a / b
}

0 comments on commit 353a0b5

Please sign in to comment.