- Implementation and Performance Optimization of C Standard Library for Secure Computation between Two Parties.
- Application : A real-world example of an MPC program is used to illustrate how our research outcomes can lead to faster and more efficient MPC program development.
- SIMD_Optimization : optimizing ABY application code through vectorization techniques.
- MPC_math : The MPC version of math.h provides comprehensive support for the standard C library.
- Experimental_data : Experimental data for performance optimization.
- Verification : Testing the implemented function content to ensure accuracy.
- practiceABY : Exercises and notes on programming with the ABY Library.
- SHR : practice SHR wrapper in ABY library.