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?
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.
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?