mpc-msri / EzPC

MIT License
401 stars 122 forks source link

is there any tutorial on SCI/GC? #127

Closed lidh15 closed 1 year ago

lidh15 commented 2 years ago

I tried to build a GC based on SCI/GC code but soon failed and had no idea how to use this repo. Is there a tutorial or sample code telling me what I should do, say, to build a GC evaluating X > Y && Y > Z where X Z are data from Alice and Y is from Bob?

drunkenlegend commented 1 year ago

You can go through this readme and look at these example codes for your use case. If you have a onnx model to and you want to achieve secure inference, you can follow these demo: Athos and OnnxBridge.