facebookresearch / CrypTen

A framework for Privacy Preserving Machine Learning
MIT License
1.54k stars 281 forks source link

when use "@mpc.run_multiprocess" to simulate multiple parties ,the technical details of multiprocess. #482

Open dalongguo opened 1 year ago

dalongguo commented 1 year ago

Hi!When multithreading simulates multiple participants, is the calculation done to give each share of the data to each participant or just multiple participants calculate a function?