markkurossi / mpc

Secure Multi-Party Computation (MPC) with Go. This project implements secure two-party computation with Garbled circuit protocol.
https://www.markkurossi.com/mpcl/index.html
MIT License
110 stars 22 forks source link

undefined variable 'break' #22

Open hextrust-0 opened 6 months ago

hextrust-0 commented 6 months ago

Hello

I am going to implement modular add function. I am facing an error regarding undefined variable 'break' Any idea how to break the loop?