mpyc
mpyc copied to clipboard
MPyC: Multiparty Computation in Python
Is it possible to "hardcode" the number of local parties, e.g. 3, ($ mpyc_script.py -M3) so that i can run a function of that script (mpyc_script.make_shares(arguments)) without having to run...
Implements the shuffle coroutine for numpy-like arrays. This is a copy of #49 because I moved the commits to a secondary branch to clean up my master branch. In parallel,...
Provides two utility functions to compute the elapsed time and communication cost since the start of the MPyC runtime.